#9320C8

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

Shades of Dark Orchid #9320C8

Tints of Dark Orchid #9320C8

Color information

#9320C8 (or 0x9320C8) is unknown color: approx Dark Orchid. HEX triplet: 93, 20 and C8. RGB value is (147,32,200). Sum of RGB (Red+Green+Blue) = 147+32+200=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #9320C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9320C8 is #6CDF37. Grayscale: #545454. Windows color (decimal): -7135032 or 13115539. OLE color: 13115539.

HSL color Cylindrical-coordinate representation of color #9320C8: hue angle of 281.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9320C8 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14732200-
CMYK0.260.8400.22
HSL281.07º72.41%45.49%-
HSV(B)281.07º84%78.43%-
XYZ22.9711.4155.63-
YUV85.54192.6171.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 32 (12.89% from 255) = 8.44%
BLUE value IS 200 (78.52% from 255) = 52.77%
R=38.79%
G=8.44%
B=52.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147322000.260.8400.22281.0772.4145.49
Hex9320C81A54016119482d
Octal223403103212402643111055
Binary10010011100000110010001101010101000101101000110011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9320C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9320C8; }

 p { color: rgb(147,32,200); }

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

<style>
 a { background-color: #9320C8; }

 a { background-color: rgb(147,32,200); }

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

<style>
 span { border-color: #9320C8; }

 span { border-color: rgb(147,32,200); }

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