#9331C6

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

Shades of Dark Orchid #9331C6

Tints of Dark Orchid #9331C6

Color information

#9331C6 (or 0x9331C6) is unknown color: approx Dark Orchid. HEX triplet: 93, 31 and C6. RGB value is (147,49,198). Sum of RGB (Red+Green+Blue) = 147+49+198=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #9331C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9331C6 is #6CCE39. Grayscale: #5E5E5E. Windows color (decimal): -7130682 or 12988819. OLE color: 12988819.

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

Color convert

RGB14749198-
CMYK0.260.7500.22
HSL279.46º60.32%48.43%-
HSV(B)279.46º75.25%77.65%-
XYZ23.3212.4854.61-
YUV95.29185.97164.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 49 (19.53% from 255) = 12.44%
BLUE value IS 198 (77.73% from 255) = 50.25%
R=37.31%
G=12.44%
B=50.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147491980.260.7500.22279.4660.3248.43
Hex9331C61A4B0161173c30
Octal22361306321130264277460
Binary1001001111000111000110110101001011010110100010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9331C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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