#9216B2

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

Shades of Dark Orchid #9216B2

Tints of Dark Orchid #9216B2

Color information

#9216B2 (or 0x9216B2) is unknown color: approx Dark Orchid. HEX triplet: 92, 16 and B2. RGB value is (146,22,178). Sum of RGB (Red+Green+Blue) = 146+22+178=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 178 (69.92% from 255 or 51.45% from 346); Max value from RGB is 178 - color contains mainly: blue. Hex color #9216B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9216B2 is #6DE94D. Grayscale: #4C4C4C. Windows color (decimal): -7203150 or 11671186. OLE color: 11671186.

HSL color Cylindrical-coordinate representation of color #9216B2: hue angle of 287.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9216B2 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14622178-
CMYK0.180.8800.30
HSL287.69º78%39.22%-
HSV(B)287.69º87.64%69.8%-
XYZ20.189.942.97-
YUV76.86185.08177.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 22 (8.98% from 255) = 6.36%
BLUE value IS 178 (69.92% from 255) = 51.45%
R=42.20%
G=6.36%
B=51.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146221780.180.8800.30287.697839.22
Hex9216B2125801E1204e27
Octal222262622213003644011647
Binary1001001010110101100101001010110000111101001000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9216B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9216B2; }

 p { color: rgb(146,22,178); }

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

<style>
 a { background-color: #9216B2; }

 a { background-color: rgb(146,22,178); }

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

<style>
 span { border-color: #9216B2; }

 span { border-color: rgb(146,22,178); }

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