Html Css Color HEX #951373 Dark Purple

📋 copy color: '#951373'

red 149 ◦ green 19 ◦ blue 115

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

Shades of Dark Purple #951373

Tints of Dark Purple #951373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

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

R = 52.65%
G = 6.71%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#951373 (or 0x951373) is known color: Dark Purple. HEX triplet: 95, 13 and 73. RGB value is (149,19,115). Sum of RGB (Red+Green+Blue) = 149+19+115=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #951373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951373 is #6AEC8C. Grayscale: #444444. Windows color (decimal): -7007373 or 7541653. OLE color: 7541653.

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

Color convert

RGB 149 19 115 -
CMYK 0 0.87 0.23 0.42
HSL 315.69º 0.77% 0.33% -
HSV(B) 315.69º 0.87% 0.58% -
XYZ 15.72 8.09 16.95 -
YUV 68.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 149 19 115 0 0.87 0.23 0.42 315.69 0.77 0.33
Hex 95 13 73 0 57 17 2A 13C 4D 21
Octal 225 23 163 0 127 27 52 474 115 41
Binary 10010101 10011 1110011 0 1010111 10111 101010 100111100 1001101 100001

Color Harmonies of #951373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951373

Black with #951373

Text Example


Text Example

White with #951373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951373; }

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

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

background-color css

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

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

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

border-color css

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

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

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