Html Css Color HEX #912575 Dark Purple

📋 copy color: '#912575'

red 145 ◦ green 37 ◦ blue 117

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

Shades of Dark Purple #912575

Tints of Dark Purple #912575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

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

R = 48.49%
G = 12.37%
B = 39.13%

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

#912575 (or 0x912575) is known color: Dark Purple. HEX triplet: 91, 25 and 75. RGB value is (145,37,117). Sum of RGB (Red+Green+Blue) = 145+37+117=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #912575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912575 is #6EDA8A. Grayscale: #4E4E4E. Windows color (decimal): -7264907 or 7677329. OLE color: 7677329.

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

Color convert

RGB 145 37 117 -
CMYK 0 0.74 0.19 0.43
HSL 315.56º 0.59% 0.36% -
HSV(B) 315.56º 0.74% 0.57% -
XYZ 15.55 8.63 17.68 -
YUV 78.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 145 37 117 0 0.74 0.19 0.43 315.56 0.59 0.36
Hex 91 25 75 0 4A 13 2B 13C 3B 24
Octal 221 45 165 0 112 23 53 474 73 44
Binary 10010001 100101 1110101 0 1001010 10011 101011 100111100 111011 100100

Color Harmonies of #912575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912575

Black with #912575

Text Example


Text Example

White with #912575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912575; }

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

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

background-color css

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

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

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

border-color css

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

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

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