Html Css Color HEX #952174 Dark Purple

📋 copy color: '#952174'

red 149 ◦ green 33 ◦ blue 116

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

Shades of Dark Purple #952174

Tints of Dark Purple #952174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 50%
G = 11.07%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#952174 (or 0x952174) is known color: Dark Purple. HEX triplet: 95, 21 and 74. RGB value is (149,33,116). Sum of RGB (Red+Green+Blue) = 149+33+116=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #952174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952174 is #6ADE8B. Grayscale: #4C4C4C. Windows color (decimal): -7003788 or 7610773. OLE color: 7610773.

HSL color Cylindrical-coordinate representation of color #952174: hue angle of 317.07º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952174 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 116 -
CMYK 0 0.78 0.22 0.42
HSL 317.07º 0.64% 0.36% -
HSV(B) 317.07º 0.78% 0.58% -
XYZ 16.09 8.74 17.36 -
YUV 77.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 149 33 116 0 0.78 0.22 0.42 317.07 0.64 0.36
Hex 95 21 74 0 4E 16 2A 13D 40 24
Octal 225 41 164 0 116 26 52 475 100 44
Binary 10010101 100001 1110100 0 1001110 10110 101010 100111101 1000000 100100

Color Harmonies of #952174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952174

Black with #952174

Text Example


Text Example

White with #952174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952174; }

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

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

background-color css

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

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

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

border-color css

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

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

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