Html Css Color HEX #912676 Dark Purple

📋 copy color: '#912676'

red 145 ◦ green 38 ◦ blue 118

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

Shades of Dark Purple #912676

Tints of Dark Purple #912676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 48.17%
G = 12.62%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#912676 (or 0x912676) is known color: Dark Purple. HEX triplet: 91, 26 and 76. RGB value is (145,38,118). Sum of RGB (Red+Green+Blue) = 145+38+118=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #912676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912676 is #6ED989. Grayscale: #4E4E4E. Windows color (decimal): -7264650 or 7743121. OLE color: 7743121.

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

Color convert

RGB 145 38 118 -
CMYK 0 0.74 0.19 0.43
HSL 315.14º 0.58% 0.36% -
HSV(B) 315.14º 0.74% 0.57% -
XYZ 15.64 8.71 18 -
YUV 79.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 145 38 118 0 0.74 0.19 0.43 315.14 0.58 0.36
Hex 91 26 76 0 4A 13 2B 13B 3A 24
Octal 221 46 166 0 112 23 53 473 72 44
Binary 10010001 100110 1110110 0 1001010 10011 101011 100111011 111010 100100

Color Harmonies of #912676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912676

Black with #912676

Text Example


Text Example

White with #912676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912676; }

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

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

background-color css

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

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

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

border-color css

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

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

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