Html Css Color HEX #951773 Dark Purple

📋 copy color: '#951773'

red 149 ◦ green 23 ◦ blue 115

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

Shades of Dark Purple #951773

Tints of Dark Purple #951773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

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

R = 51.92%
G = 8.01%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#951773 (or 0x951773) is known color: Dark Purple. HEX triplet: 95, 17 and 73. RGB value is (149,23,115). Sum of RGB (Red+Green+Blue) = 149+23+115=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951773 is #6AE88C. Grayscale: #464646. Windows color (decimal): -7006349 or 7542677. OLE color: 7542677.

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

Color convert

RGB 149 23 115 -
CMYK 0 0.85 0.23 0.42
HSL 316.19º 0.73% 0.34% -
HSV(B) 316.19º 0.85% 0.58% -
XYZ 15.8 8.24 16.98 -
YUV 71.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 149 23 115 0 0.85 0.23 0.42 316.19 0.73 0.34
Hex 95 17 73 0 55 17 2A 13C 49 22
Octal 225 27 163 0 125 27 52 474 111 42
Binary 10010101 10111 1110011 0 1010101 10111 101010 100111100 1001001 100010

Color Harmonies of #951773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951773

Black with #951773

Text Example


Text Example

White with #951773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951773; }

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

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

background-color css

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

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

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

border-color css

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

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

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