#9322B6

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

Shades of Dark Orchid #9322B6

Tints of Dark Orchid #9322B6

Color information

#9322B6 (or 0x9322B6) is unknown color: approx Dark Orchid. HEX triplet: 93, 22 and B6. RGB value is (147,34,182). Sum of RGB (Red+Green+Blue) = 147+34+182=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #9322B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9322B6 is #6CDD49. Grayscale: #545454. Windows color (decimal): -7134538 or 11936403. OLE color: 11936403.

HSL color Cylindrical-coordinate representation of color #9322B6: hue angle of 285.81º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9322B6 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14734182-
CMYK0.190.8100.29
HSL285.81º68.52%42.35%-
HSV(B)285.81º81.32%71.37%-
XYZ21.0510.7245.22-
YUV84.66182.94172.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 34 (13.67% from 255) = 9.37%
BLUE value IS 182 (71.48% from 255) = 50.14%
R=40.50%
G=9.37%
B=50.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147341820.190.8100.29285.8168.5242.35
Hex9322B6135101D11e452a
Octal223422662312103543610552
Binary10010011100010101101101001110100010111011000111101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9322B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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