Html Css Color HEX #951789 Dark Purple

📋 copy color: '#951789'

red 149 ◦ green 23 ◦ blue 137

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

Shades of Dark Purple #951789

Tints of Dark Purple #951789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 48.22%
G = 7.44%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#951789 (or 0x951789) is known color: Dark Purple. HEX triplet: 95, 17 and 89. RGB value is (149,23,137). Sum of RGB (Red+Green+Blue) = 149+23+137=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #951789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951789 is #6AE876. Grayscale: #494949. Windows color (decimal): -7006327 or 8984469. OLE color: 8984469.

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

Color convert

RGB 149 23 137 -
CMYK 0 0.85 0.08 0.42
HSL 305.71º 0.73% 0.34% -
HSV(B) 305.71º 0.85% 0.58% -
XYZ 17.22 8.81 24.46 -
YUV 73.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 149 23 137 0 0.85 0.08 0.42 305.71 0.73 0.34
Hex 95 17 89 0 55 8 2A 132 49 22
Octal 225 27 211 0 125 10 52 462 111 42
Binary 10010101 10111 10001001 0 1010101 1000 101010 100110010 1001001 100010

Color Harmonies of #951789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951789

Black with #951789

Text Example


Text Example

White with #951789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951789; }

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

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

background-color css

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

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

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

border-color css

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

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

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