#9B33DE

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

Shades of Dark Orchid #9B33DE

Tints of Dark Orchid #9B33DE

Color information

#9B33DE (or 0x9B33DE) is unknown color: approx Dark Orchid. HEX triplet: 9B, 33 and DE. RGB value is (155,51,222). Sum of RGB (Red+Green+Blue) = 155+51+222=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B33DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B33DE is #64CC21. Grayscale: #656565. Windows color (decimal): -6605858 or 14562203. OLE color: 14562203.

HSL color Cylindrical-coordinate representation of color #9B33DE: hue angle of 276.49º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B33DE is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15551222-
CMYK0.300.7700.13
HSL276.49º72.15%53.53%-
HSV(B)276.49º77.03%87.06%-
XYZ27.8914.6170.46-
YUV101.59195.96166.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 222 (87.11% from 255) = 51.87%
R=36.21%
G=11.92%
B=51.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal155512220.300.7700.13276.4972.1553.53
Hex9B33DE1E4D0D1144836
Octal233633363611501542411066
Binary1001101111001111011110111101001101011011000101001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B33DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B33DE; }

 p { color: rgb(155,51,222); }

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

<style>
 a { background-color: #9B33DE; }

 a { background-color: rgb(155,51,222); }

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

<style>
 span { border-color: #9B33DE; }

 span { border-color: rgb(155,51,222); }

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