#92216B

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

Shades of Dark Purple #92216B

Tints of Dark Purple #92216B

Color information

#92216B (or 0x92216B) is unknown color: approx Dark Purple. HEX triplet: 92, 21 and 6B. RGB value is (146,33,107). Sum of RGB (Red+Green+Blue) = 146+33+107=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #92216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92216B is #6DDE94. Grayscale: #4B4B4B. Windows color (decimal): -7200405 or 7020946. OLE color: 7020946.

HSL color Cylindrical-coordinate representation of color #92216B: hue angle of 320.71º 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 #92216B is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14633107-
CMYK00.770.270.43
HSL320.71º63.13%35.1%-
HSV(B)320.71º77.4%57.25%-
XYZ15.058.2614.71-
YUV75.22145.94178.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.05%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=51.05%
G=11.54%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463310700.770.270.43320.7163.1335.1
Hex92216B04D1B2B1413f23
Octal22241153011533535017743
Binary1001001010000111010110100110111011101011101000001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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