Html Css Color HEX #951574 Dark Purple

📋 copy color: '#951574'

red 149 ◦ green 21 ◦ blue 116

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

Shades of Dark Purple #951574

Tints of Dark Purple #951574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

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

R = 52.1%
G = 7.34%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#951574 (or 0x951574) is known color: Dark Purple. HEX triplet: 95, 15 and 74. RGB value is (149,21,116). Sum of RGB (Red+Green+Blue) = 149+21+116=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951574 is #6AEA8B. Grayscale: #454545. Windows color (decimal): -7006860 or 7607701. OLE color: 7607701.

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

Color convert

RGB 149 21 116 -
CMYK 0 0.86 0.22 0.42
HSL 315.47º 0.75% 0.33% -
HSV(B) 315.47º 0.86% 0.58% -
XYZ 15.81 8.19 17.27 -
YUV 70.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 149 21 116 0 0.86 0.22 0.42 315.47 0.75 0.33
Hex 95 15 74 0 56 16 2A 13B 4B 21
Octal 225 25 164 0 126 26 52 473 113 41
Binary 10010101 10101 1110100 0 1010110 10110 101010 100111011 1001011 100001

Color Harmonies of #951574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951574

Black with #951574

Text Example


Text Example

White with #951574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951574; }

 p { color: rgb(149,21,116); }

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

background-color css

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

 a { background-color: rgb(149,21,116); }

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

border-color css

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

 span { border-color: rgb(149,21,116); }

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