Html Css Color HEX #951989 Dark Purple

📋 copy color: '#951989'

red 149 ◦ green 25 ◦ blue 137

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

Shades of Dark Purple #951989

Tints of Dark Purple #951989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 47.91%
G = 8.04%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#951989 (or 0x951989) is known color: Dark Purple. HEX triplet: 95, 19 and 89. RGB value is (149,25,137). Sum of RGB (Red+Green+Blue) = 149+25+137=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #951989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951989 is #6AE676. Grayscale: #4A4A4A. Windows color (decimal): -7005815 or 8984981. OLE color: 8984981.

HSL color Cylindrical-coordinate representation of color #951989: hue angle of 305.81º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951989 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 137 -
CMYK 0 0.83 0.08 0.42
HSL 305.81º 0.71% 0.34% -
HSV(B) 305.81º 0.83% 0.58% -
XYZ 17.26 8.89 24.47 -
YUV 74.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 149 25 137 0 0.83 0.08 0.42 305.81 0.71 0.34
Hex 95 19 89 0 53 8 2A 132 47 22
Octal 225 31 211 0 123 10 52 462 107 42
Binary 10010101 11001 10001001 0 1010011 1000 101010 100110010 1000111 100010

Color Harmonies of #951989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951989

Black with #951989

Text Example


Text Example

White with #951989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951989; }

 p { color: rgb(149,25,137); }

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

background-color css

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

 a { background-color: rgb(149,25,137); }

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

border-color css

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

 span { border-color: rgb(149,25,137); }

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