Html Css Color HEX #951B77 Dark Purple

📋 copy color: '#951B77'

red 149 ◦ green 27 ◦ blue 119

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

Shades of Dark Purple #951B77

Tints of Dark Purple #951B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.15%

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

R = 50.51%
G = 9.15%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#951B77 (or 0x951B77) is known color: Dark Purple. HEX triplet: 95, 1B and 77. RGB value is (149,27,119). Sum of RGB (Red+Green+Blue) = 149+27+119=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #951B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B77 is #6AE488. Grayscale: #494949. Windows color (decimal): -7005321 or 7805845. OLE color: 7805845.

HSL color Cylindrical-coordinate representation of color #951B77: hue angle of 314.75º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B77 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 27 119 -
CMYK 0 0.82 0.20 0.42
HSL 314.75º 0.69% 0.35% -
HSV(B) 314.75º 0.82% 0.58% -
XYZ 16.12 8.51 18.25 -
YUV 73.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 149 27 119 0 0.82 0.20 0.42 314.75 0.69 0.35
Hex 95 1B 77 0 52 14 2A 13B 45 23
Octal 225 33 167 0 122 24 52 473 105 43
Binary 10010101 11011 1110111 0 1010010 10100 101010 100111011 1000101 100011

Color Harmonies of #951B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B77

Black with #951B77

Text Example


Text Example

White with #951B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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