Html Css Color HEX #912679 Dark Purple

📋 copy color: '#912679'

red 145 ◦ green 38 ◦ blue 121

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

Shades of Dark Purple #912679

Tints of Dark Purple #912679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 47.7%
G = 12.5%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#912679 (or 0x912679) is known color: Dark Purple. HEX triplet: 91, 26 and 79. RGB value is (145,38,121). Sum of RGB (Red+Green+Blue) = 145+38+121=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #912679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912679 is #6ED986. Grayscale: #4F4F4F. Windows color (decimal): -7264647 or 7939729. OLE color: 7939729.

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

Color convert

RGB 145 38 121 -
CMYK 0 0.74 0.17 0.43
HSL 313.46º 0.58% 0.36% -
HSV(B) 313.46º 0.74% 0.57% -
XYZ 15.82 8.79 18.95 -
YUV 79.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 145 38 121 0 0.74 0.17 0.43 313.46 0.58 0.36
Hex 91 26 79 0 4A 11 2B 139 3A 24
Octal 221 46 171 0 112 21 53 471 72 44
Binary 10010001 100110 1111001 0 1001010 10001 101011 100111001 111010 100100

Color Harmonies of #912679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912679

Black with #912679

Text Example


Text Example

White with #912679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912679; }

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

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

background-color css

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

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

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

border-color css

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

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

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