Html Css Color HEX #914076 Dark Purple

📋 copy color: '#914076'

red 145 ◦ green 64 ◦ blue 118

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

Shades of Dark Purple #914076

Tints of Dark Purple #914076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

 BLUE value IS 118 (46.48% from 255) = 36.09%

R = 44.34%
G = 19.57%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#914076 (or 0x914076) is known color: Dark Purple. HEX triplet: 91, 40 and 76. RGB value is (145,64,118). Sum of RGB (Red+Green+Blue) = 145+64+118=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #914076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914076 is #6EBF89. Grayscale: #5E5E5E. Windows color (decimal): -7257994 or 7749777. OLE color: 7749777.

HSL color Cylindrical-coordinate representation of color #914076: hue angle of 320º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914076 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 64 118 -
CMYK 0 0.56 0.19 0.43
HSL 320º 0.39% 0.41% -
HSV(B) 320º 0.56% 0.57% -
XYZ 16.78 10.99 18.38 -
YUV 94.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 145 64 118 0 0.56 0.19 0.43 320 0.39 0.41
Hex 91 40 76 0 38 13 2B 140 27 29
Octal 221 100 166 0 70 23 53 500 47 51
Binary 10010001 1000000 1110110 0 111000 10011 101011 101000000 100111 101001

Color Harmonies of #914076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914076

Black with #914076

Text Example


Text Example

White with #914076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914076; }

 p { color: rgb(145,64,118); }

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

background-color css

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

 a { background-color: rgb(145,64,118); }

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

border-color css

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

 span { border-color: rgb(145,64,118); }

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