#9336C6

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

Shades of Dark Orchid #9336C6

Tints of Dark Orchid #9336C6

Color information

#9336C6 (or 0x9336C6) is unknown color: approx Dark Orchid. HEX triplet: 93, 36 and C6. RGB value is (147,54,198). Sum of RGB (Red+Green+Blue) = 147+54+198=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #9336C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9336C6 is #6CC939. Grayscale: #616161. Windows color (decimal): -7129402 or 12990099. OLE color: 12990099.

HSL color Cylindrical-coordinate representation of color #9336C6: hue angle of 278.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9336C6 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14754198-
CMYK0.260.7300.22
HSL278.75º57.14%49.41%-
HSV(B)278.75º72.73%77.65%-
XYZ23.5412.9254.68-
YUV98.22184.31162.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 198 (77.73% from 255) = 49.62%
R=36.84%
G=13.53%
B=49.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147541980.260.7300.22278.7557.1449.41
Hex9336C61A490161173931
Octal22366306321110264277161
Binary1001001111011011000110110101001001010110100010111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9336C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9336C6; }

 p { color: rgb(147,54,198); }

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

<style>
 a { background-color: #9336C6; }

 a { background-color: rgb(147,54,198); }

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

<style>
 span { border-color: #9336C6; }

 span { border-color: rgb(147,54,198); }

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