Html Css Color HEX #912475 Dark Purple

📋 copy color: '#912475'

red 145 ◦ green 36 ◦ blue 117

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

Shades of Dark Purple #912475

Tints of Dark Purple #912475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 48.66%
G = 12.08%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#912475 (or 0x912475) is known color: Dark Purple. HEX triplet: 91, 24 and 75. RGB value is (145,36,117). Sum of RGB (Red+Green+Blue) = 145+36+117=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #912475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912475 is #6EDB8A. Grayscale: #4D4D4D. Windows color (decimal): -7265163 or 7677073. OLE color: 7677073.

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

Color convert

RGB 145 36 117 -
CMYK 0 0.75 0.19 0.43
HSL 315.41º 0.6% 0.35% -
HSV(B) 315.41º 0.75% 0.57% -
XYZ 15.52 8.57 17.67 -
YUV 77.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 145 36 117 0 0.75 0.19 0.43 315.41 0.6 0.35
Hex 91 24 75 0 4B 13 2B 13B 3C 23
Octal 221 44 165 0 113 23 53 473 74 43
Binary 10010001 100100 1110101 0 1001011 10011 101011 100111011 111100 100011

Color Harmonies of #912475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912475

Black with #912475

Text Example


Text Example

White with #912475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912475; }

 p { color: rgb(145,36,117); }

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

background-color css

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

 a { background-color: rgb(145,36,117); }

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

border-color css

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

 span { border-color: rgb(145,36,117); }

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