#92107E

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

Shades of Dark Purple #92107E

Tints of Dark Purple #92107E

Color information

#92107E (or 0x92107E) is unknown color: approx Dark Purple. HEX triplet: 92, 10 and 7E. RGB value is (146,16,126). Sum of RGB (Red+Green+Blue) = 146+16+126=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #92107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92107E is #6DEF81. Grayscale: #434343. Windows color (decimal): -7204738 or 8261778. OLE color: 8261778.

HSL color Cylindrical-coordinate representation of color #92107E: hue angle of 309.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #92107E is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14616126-
CMYK00.890.140.43
HSL309.23º80.25%31.76%-
HSV(B)309.23º89.04%57.25%-
XYZ15.817.9920.45-
YUV67.41161.07184.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 16 (6.64% from 255) = 5.56%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=50.69%
G=5.56%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461612600.890.140.43309.2380.2531.76
Hex92107E059E2B1355020
Octal222201760131165346512040
Binary100100101000011111100101100111101010111001101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92107E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92107E; }

 p { color: rgb(146,16,126); }

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

<style>
 a { background-color: #92107E; }

 a { background-color: rgb(146,16,126); }

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

<style>
 span { border-color: #92107E; }

 span { border-color: rgb(146,16,126); }

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