#9A33DE

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

Shades of Dark Orchid #9A33DE

Tints of Dark Orchid #9A33DE

Color information

#9A33DE (or 0x9A33DE) is unknown color: approx Dark Orchid. HEX triplet: 9A, 33 and DE. RGB value is (154,51,222). Sum of RGB (Red+Green+Blue) = 154+51+222=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A33DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A33DE is #65CC21. Grayscale: #646464. Windows color (decimal): -6671394 or 14562202. OLE color: 14562202.

HSL color Cylindrical-coordinate representation of color #9A33DE: hue angle of 276.14º 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 #9A33DE is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15451222-
CMYK0.310.7700.13
HSL276.14º72.15%53.53%-
HSV(B)276.14º77.03%87.06%-
XYZ27.714.5170.45-
YUV101.29196.12165.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 51 (20.31% from 255) = 11.94%
BLUE value IS 222 (87.11% from 255) = 51.99%
R=36.07%
G=11.94%
B=51.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154512220.310.7700.13276.1472.1553.53
Hex9A33DE1F4D0D1144836
Octal232633363711501542411066
Binary1001101011001111011110111111001101011011000101001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A33DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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