Html Css Color HEX #951175 Dark Purple

📋 copy color: '#951175'

red 149 ◦ green 17 ◦ blue 117

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

Shades of Dark Purple #951175

Tints of Dark Purple #951175

RGB

 RED value IS 149 (58.59% from 255) = 52.65%

 GREEN value IS 17 (7.03% from 255) = 6.01%

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

R = 52.65%
G = 6.01%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951175 (or 0x951175) is known color: Dark Purple. HEX triplet: 95, 11 and 75. RGB value is (149,17,117). Sum of RGB (Red+Green+Blue) = 149+17+117=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #951175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951175 is #6AEE8A. Grayscale: #434343. Windows color (decimal): -7007883 or 7672213. OLE color: 7672213.

HSL color Cylindrical-coordinate representation of color #951175: hue angle of 314.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951175 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 117 -
CMYK 0 0.89 0.21 0.42
HSL 314.55º 0.8% 0.33% -
HSV(B) 314.55º 0.89% 0.58% -
XYZ 15.81 8.07 17.56 -
YUV 67.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 149 17 117 0 0.89 0.21 0.42 314.55 0.8 0.33
Hex 95 11 75 0 59 15 2A 13B 50 21
Octal 225 21 165 0 131 25 52 473 120 41
Binary 10010101 10001 1110101 0 1011001 10101 101010 100111011 1010000 100001

Color Harmonies of #951175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951175

Black with #951175

Text Example


Text Example

White with #951175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951175; }

 p { color: rgb(149,17,117); }

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

background-color css

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

 a { background-color: rgb(149,17,117); }

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

border-color css

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

 span { border-color: rgb(149,17,117); }

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