Html Css Color HEX #912974 Dark Purple

📋 copy color: '#912974'

red 145 ◦ green 41 ◦ blue 116

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

Shades of Dark Purple #912974

Tints of Dark Purple #912974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 48.01%
G = 13.58%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#912974 (or 0x912974) is known color: Dark Purple. HEX triplet: 91, 29 and 74. RGB value is (145,41,116). Sum of RGB (Red+Green+Blue) = 145+41+116=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #912974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912974 is #6ED68B. Grayscale: #505050. Windows color (decimal): -7263884 or 7612817. OLE color: 7612817.

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

Color convert

RGB 145 41 116 -
CMYK 0 0.72 0.2 0.43
HSL 316.73º 0.56% 0.36% -
HSV(B) 316.73º 0.72% 0.57% -
XYZ 15.62 8.87 17.41 -
YUV 80.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 145 41 116 0 0.72 0.2 0.43 316.73 0.56 0.36
Hex 91 29 74 0 48 14 2B 13D 38 24
Octal 221 51 164 0 110 24 53 475 70 44
Binary 10010001 101001 1110100 0 1001000 10100 101011 100111101 111000 100100

Color Harmonies of #912974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912974

Black with #912974

Text Example


Text Example

White with #912974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912974; }

 p { color: rgb(145,41,116); }

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

background-color css

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

 a { background-color: rgb(145,41,116); }

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

border-color css

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

 span { border-color: rgb(145,41,116); }

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