#92216C

Color #92216C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #92216C

Tints of Dark Purple #92216C

Color information

#92216C (or 0x92216C) is unknown color: approx Dark Purple. HEX triplet: 92, 21 and 6C. RGB value is (146,33,108). Sum of RGB (Red+Green+Blue) = 146+33+108=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #92216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92216C is #6DDE93. Grayscale: #4B4B4B. Windows color (decimal): -7200404 or 7086482. OLE color: 7086482.

HSL color Cylindrical-coordinate representation of color #92216C: hue angle of 320.18º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92216C is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14633108-
CMYK00.770.260.43
HSL320.18º63.13%35.1%-
HSV(B)320.18º77.4%57.25%-
XYZ15.18.2814.99-
YUV75.34146.44178.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.87%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=50.87%
G=11.50%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463310800.770.260.43320.1863.1335.1
Hex92216C04D1A2B1403f23
Octal22241154011532535007743
Binary1001001010000111011000100110111010101011101000000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92216C; }

 p { color: rgb(146,33,108); }

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

<style>
 a { background-color: #92216C; }

 a { background-color: rgb(146,33,108); }

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

<style>
 span { border-color: #92216C; }

 span { border-color: rgb(146,33,108); }

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