Html Css Color HEX #951573 Dark Purple

📋 copy color: '#951573'

red 149 ◦ green 21 ◦ blue 115

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

Shades of Dark Purple #951573

Tints of Dark Purple #951573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 52.28%
G = 7.37%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#951573 (or 0x951573) is known color: Dark Purple. HEX triplet: 95, 15 and 73. RGB value is (149,21,115). Sum of RGB (Red+Green+Blue) = 149+21+115=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #951573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951573 is #6AEA8C. Grayscale: #454545. Windows color (decimal): -7006861 or 7542165. OLE color: 7542165.

HSL color Cylindrical-coordinate representation of color #951573: hue angle of 315.94º 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 #951573 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 115 -
CMYK 0 0.86 0.23 0.42
HSL 315.94º 0.75% 0.33% -
HSV(B) 315.94º 0.86% 0.58% -
XYZ 15.76 8.16 16.96 -
YUV 69.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 149 21 115 0 0.86 0.23 0.42 315.94 0.75 0.33
Hex 95 15 73 0 56 17 2A 13C 4B 21
Octal 225 25 163 0 126 27 52 474 113 41
Binary 10010101 10101 1110011 0 1010110 10111 101010 100111100 1001011 100001

Color Harmonies of #951573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951573

Black with #951573

Text Example


Text Example

White with #951573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951573; }

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

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

background-color css

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

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

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

border-color css

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

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

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