#933BDA

Color #933BDA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #933BDA

Tints of Dark Orchid #933BDA

Color information

#933BDA (or 0x933BDA) is unknown color: approx Dark Orchid. HEX triplet: 93, 3B and DA. RGB value is (147,59,218). Sum of RGB (Red+Green+Blue) = 147+59+218=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #933BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933BDA is #6CC425. Grayscale: #666666. Windows color (decimal): -7128102 or 14302099. OLE color: 14302099.

HSL color Cylindrical-coordinate representation of color #933BDA: hue angle of 273.21º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #933BDA is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14759218-
CMYK0.330.7300.15
HSL273.21º68.24%54.31%-
HSV(B)273.21º72.94%85.49%-
XYZ26.2514.3967.72-
YUV103.44192.65159.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 59 (23.44% from 255) = 13.92%
BLUE value IS 218 (85.55% from 255) = 51.42%
R=34.67%
G=13.92%
B=51.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147592180.330.7300.15273.2168.2454.31
Hex933BDA21490F1114436
Octal223733324111101742110466
Binary10010011111011110110101000011001001011111000100011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933BDA; }

 p { color: rgb(147,59,218); }

 H1.HeaderClassName
 {
   color: #933BDA;
 }
 .AnyTagClassName
 {
   color: #933BDA;
 }
</style>
background-color css

<style>
 a { background-color: #933BDA; }

 a { background-color: rgb(147,59,218); }

 div.DivClassName
 {
   background-color: #933BDA;
 }
 .BgClassName
 {
   background-color: #933BDA;
 }
</style>
border-color css

<style>
 span { border-color: #933BDA; }

 span { border-color: rgb(147,59,218); }

 td.TdClassName
 {
   border-color: #933BDA;
 }
 .TagClassName
 {
   border-color: #933BDA;
 }
</style>