#9322CB

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

Shades of Dark Orchid #9322CB

Tints of Dark Orchid #9322CB

Color information

#9322CB (or 0x9322CB) is unknown color: approx Dark Orchid. HEX triplet: 93, 22 and CB. RGB value is (147,34,203). Sum of RGB (Red+Green+Blue) = 147+34+203=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #9322CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9322CB is #6CDD34. Grayscale: #565656. Windows color (decimal): -7134517 or 13312659. OLE color: 13312659.

HSL color Cylindrical-coordinate representation of color #9322CB: hue angle of 280.12º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9322CB is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14734203-
CMYK0.280.8300.20
HSL280.12º71.31%46.47%-
HSV(B)280.12º83.25%79.61%-
XYZ23.3811.6657.52-
YUV87.05193.44170.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 34 (13.67% from 255) = 8.85%
BLUE value IS 203 (79.69% from 255) = 52.86%
R=38.28%
G=8.85%
B=52.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal147342030.280.8300.20280.1271.3146.47
Hex9322CB1C53014118472e
Octal223423133412302443010756
Binary10010011100010110010111110010100110101001000110001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9322CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9322CB; }

 p { color: rgb(147,34,203); }

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

<style>
 a { background-color: #9322CB; }

 a { background-color: rgb(147,34,203); }

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

<style>
 span { border-color: #9322CB; }

 span { border-color: rgb(147,34,203); }

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