Html Css Color HEX #951673 Dark Purple

📋 copy color: '#951673'

red 149 ◦ green 22 ◦ blue 115

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

Shades of Dark Purple #951673

Tints of Dark Purple #951673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

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

R = 52.1%
G = 7.69%
B = 40.21%

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

#951673 (or 0x951673) is known color: Dark Purple. HEX triplet: 95, 16 and 73. RGB value is (149,22,115). Sum of RGB (Red+Green+Blue) = 149+22+115=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951673 is #6AE98C. Grayscale: #464646. Windows color (decimal): -7006605 or 7542421. OLE color: 7542421.

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

Color convert

RGB 149 22 115 -
CMYK 0 0.85 0.23 0.42
HSL 316.06º 0.74% 0.34% -
HSV(B) 316.06º 0.85% 0.58% -
XYZ 15.78 8.2 16.97 -
YUV 70.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 149 22 115 0 0.85 0.23 0.42 316.06 0.74 0.34
Hex 95 16 73 0 55 17 2A 13C 4A 22
Octal 225 26 163 0 125 27 52 474 112 42
Binary 10010101 10110 1110011 0 1010101 10111 101010 100111100 1001010 100010

Color Harmonies of #951673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951673

Black with #951673

Text Example


Text Example

White with #951673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951673; }

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

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

background-color css

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

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

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

border-color css

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

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

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