#912066

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

Shades of Dark Purple #912066

Tints of Dark Purple #912066

Color information

#912066 (or 0x912066) is unknown color: approx Dark Purple. HEX triplet: 91, 20 and 66. RGB value is (145,32,102). Sum of RGB (Red+Green+Blue) = 145+32+102=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #912066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912066 is #6EDF99. Grayscale: #494949. Windows color (decimal): -7266202 or 6693009. OLE color: 6693009.

HSL color Cylindrical-coordinate representation of color #912066: hue angle of 322.83º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912066 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB14532102-
CMYK00.780.300.43
HSL322.83º63.84%34.71%-
HSV(B)322.83º77.93%56.86%-
XYZ14.598.0113.35-
YUV73.77143.94178.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=51.97%
G=11.47%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453210200.780.300.43322.8363.8434.71
Hex91206604E1E2B1434023
Octal221401460116365350310043
Binary10010001100000110011001001110111101010111010000111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912066; }

 p { color: rgb(145,32,102); }

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

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

 a { background-color: rgb(145,32,102); }

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

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

 span { border-color: rgb(145,32,102); }

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