Html Css Color HEX #912081 Dark Purple

📋 copy color: '#912081'

red 145 ◦ green 32 ◦ blue 129

#912081
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #912081

Tints of Dark Purple #912081

RGB

 RED value IS 145 (57.03% from 255) = 47.39%

 GREEN value IS 32 (12.89% from 255) = 10.46%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 47.39%
G = 10.46%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#912081 (or 0x912081) is known color: Dark Purple. HEX triplet: 91, 20 and 81. RGB value is (145,32,129). Sum of RGB (Red+Green+Blue) = 145+32+129=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #912081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912081 is #6EDF7E. Grayscale: #4C4C4C. Windows color (decimal): -7266175 or 8462481. OLE color: 8462481.

HSL color Cylindrical-coordinate representation of color #912081: hue angle of 308.5º 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 #912081 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 129 -
CMYK 0 0.78 0.11 0.43
HSL 308.5º 0.64% 0.35% -
HSV(B) 308.5º 0.78% 0.57% -
XYZ 16.16 8.64 21.58 -
YUV 76.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 145 32 129 0 0.78 0.11 0.43 308.5 0.64 0.35
Hex 91 20 81 0 4E B 2B 134 40 23
Octal 221 40 201 0 116 13 53 464 100 43
Binary 10010001 100000 10000001 0 1001110 1011 101011 100110100 1000000 100011

Color Harmonies of #912081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912081

Black with #912081

Text Example


Text Example

White with #912081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912081; }

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

 H1.HeaderClassName
 {
   color: #912081;
 }
 .AnyTagClassName
 {
   color: #912081;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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