Html Css Color HEX #950D77 Dark Purple

📋 copy color: '#950D77'

red 149 ◦ green 13 ◦ blue 119

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

Shades of Dark Purple #950D77

Tints of Dark Purple #950D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.63%

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

R = 53.02%
G = 4.63%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#950D77 (or 0x950D77) is known color: Dark Purple. HEX triplet: 95, 0D and 77. RGB value is (149,13,119). Sum of RGB (Red+Green+Blue) = 149+13+119=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #950D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950D77 is #6AF288. Grayscale: #414141. Windows color (decimal): -7008905 or 7802261. OLE color: 7802261.

HSL color Cylindrical-coordinate representation of color #950D77: hue angle of 313.24º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950D77 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 13 119 -
CMYK 0 0.91 0.20 0.42
HSL 313.24º 0.84% 0.32% -
HSV(B) 313.24º 0.91% 0.58% -
XYZ 15.87 8.01 18.16 -
YUV 65.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 149 13 119 0 0.91 0.20 0.42 313.24 0.84 0.32
Hex 95 D 77 0 5B 14 2A 139 54 20
Octal 225 15 167 0 133 24 52 471 124 40
Binary 10010101 1101 1110111 0 1011011 10100 101010 100111001 1010100 100000

Color Harmonies of #950D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950D77

Black with #950D77

Text Example


Text Example

White with #950D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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