Html Css Color HEX #912075 Dark Purple

📋 copy color: '#912075'

red 145 ◦ green 32 ◦ blue 117

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

Shades of Dark Purple #912075

Tints of Dark Purple #912075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

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

R = 49.32%
G = 10.88%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#912075 (or 0x912075) is known color: Dark Purple. HEX triplet: 91, 20 and 75. RGB value is (145,32,117). Sum of RGB (Red+Green+Blue) = 145+32+117=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #912075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912075 is #6EDF8A. Grayscale: #4B4B4B. Windows color (decimal): -7266187 or 7676049. OLE color: 7676049.

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

Color convert

RGB 145 32 117 -
CMYK 0 0.78 0.19 0.43
HSL 314.87º 0.64% 0.35% -
HSV(B) 314.87º 0.78% 0.57% -
XYZ 15.4 8.34 17.63 -
YUV 75.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 145 32 117 0 0.78 0.19 0.43 314.87 0.64 0.35
Hex 91 20 75 0 4E 13 2B 13B 40 23
Octal 221 40 165 0 116 23 53 473 100 43
Binary 10010001 100000 1110101 0 1001110 10011 101011 100111011 1000000 100011

Color Harmonies of #912075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912075

Black with #912075

Text Example


Text Example

White with #912075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912075; }

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

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

background-color css

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

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

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

border-color css

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

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

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