Html Css Color HEX #951889 Dark Purple

📋 copy color: '#951889'

red 149 ◦ green 24 ◦ blue 137

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

Shades of Dark Purple #951889

Tints of Dark Purple #951889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.74%

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

R = 48.06%
G = 7.74%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#951889 (or 0x951889) is known color: Dark Purple. HEX triplet: 95, 18 and 89. RGB value is (149,24,137). Sum of RGB (Red+Green+Blue) = 149+24+137=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #951889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951889 is #6AE776. Grayscale: #494949. Windows color (decimal): -7006071 or 8984725. OLE color: 8984725.

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

Color convert

RGB 149 24 137 -
CMYK 0 0.84 0.08 0.42
HSL 305.76º 0.72% 0.34% -
HSV(B) 305.76º 0.84% 0.58% -
XYZ 17.24 8.85 24.47 -
YUV 74.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 149 24 137 0 0.84 0.08 0.42 305.76 0.72 0.34
Hex 95 18 89 0 54 8 2A 132 48 22
Octal 225 30 211 0 124 10 52 462 110 42
Binary 10010101 11000 10001001 0 1010100 1000 101010 100110010 1001000 100010

Color Harmonies of #951889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951889

Black with #951889

Text Example


Text Example

White with #951889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951889; }

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

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

background-color css

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

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

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

border-color css

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

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

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