Html Css Color HEX #952477 Dark Purple

📋 copy color: '#952477'

red 149 ◦ green 36 ◦ blue 119

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

Shades of Dark Purple #952477

Tints of Dark Purple #952477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 49.01%
G = 11.84%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#952477 (or 0x952477) is known color: Dark Purple. HEX triplet: 95, 24 and 77. RGB value is (149,36,119). Sum of RGB (Red+Green+Blue) = 149+36+119=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #952477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952477 is #6ADB88. Grayscale: #4F4F4F. Windows color (decimal): -7003017 or 7808149. OLE color: 7808149.

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

Color convert

RGB 149 36 119 -
CMYK 0 0.76 0.20 0.42
HSL 315.93º 0.61% 0.36% -
HSV(B) 315.93º 0.76% 0.58% -
XYZ 16.36 8.98 18.32 -
YUV 79.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 149 36 119 0 0.76 0.20 0.42 315.93 0.61 0.36
Hex 95 24 77 0 4C 14 2A 13C 3D 24
Octal 225 44 167 0 114 24 52 474 75 44
Binary 10010101 100100 1110111 0 1001100 10100 101010 100111100 111101 100100

Color Harmonies of #952477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952477

Black with #952477

Text Example


Text Example

White with #952477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952477; }

 p { color: rgb(149,36,119); }

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

background-color css

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

 a { background-color: rgb(149,36,119); }

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

border-color css

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

 span { border-color: rgb(149,36,119); }

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