Html Css Color HEX #951674 Dark Purple

📋 copy color: '#951674'

red 149 ◦ green 22 ◦ blue 116

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

Shades of Dark Purple #951674

Tints of Dark Purple #951674

RGB

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

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

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

R = 51.92%
G = 7.67%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#951674 (or 0x951674) is known color: Dark Purple. HEX triplet: 95, 16 and 74. RGB value is (149,22,116). Sum of RGB (Red+Green+Blue) = 149+22+116=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951674 is #6AE98B. Grayscale: #464646. Windows color (decimal): -7006604 or 7607957. OLE color: 7607957.

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

Color convert

RGB 149 22 116 -
CMYK 0 0.85 0.22 0.42
HSL 315.59º 0.74% 0.34% -
HSV(B) 315.59º 0.85% 0.58% -
XYZ 15.83 8.22 17.28 -
YUV 70.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 149 22 116 0 0.85 0.22 0.42 315.59 0.74 0.34
Hex 95 16 74 0 55 16 2A 13C 4A 22
Octal 225 26 164 0 125 26 52 474 112 42
Binary 10010101 10110 1110100 0 1010101 10110 101010 100111100 1001010 100010

Color Harmonies of #951674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951674

Black with #951674

Text Example


Text Example

White with #951674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951674; }

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

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

background-color css

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

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

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

border-color css

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

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

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