Html Css Color HEX #951689 Dark Purple

📋 copy color: '#951689'

red 149 ◦ green 22 ◦ blue 137

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

Shades of Dark Purple #951689

Tints of Dark Purple #951689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

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

R = 48.38%
G = 7.14%
B = 44.48%

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

#951689 (or 0x951689) is known color: Dark Purple. HEX triplet: 95, 16 and 89. RGB value is (149,22,137). Sum of RGB (Red+Green+Blue) = 149+22+137=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #951689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951689 is #6AE976. Grayscale: #484848. Windows color (decimal): -7006583 or 8984213. OLE color: 8984213.

HSL color Cylindrical-coordinate representation of color #951689: hue angle of 305.67º degrees, saturation: 0.74, 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 #951689 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 137 -
CMYK 0 0.85 0.08 0.42
HSL 305.67º 0.74% 0.34% -
HSV(B) 305.67º 0.85% 0.58% -
XYZ 17.2 8.77 24.45 -
YUV 73.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 149 22 137 0 0.85 0.08 0.42 305.67 0.74 0.34
Hex 95 16 89 0 55 8 2A 132 4A 22
Octal 225 26 211 0 125 10 52 462 112 42
Binary 10010101 10110 10001001 0 1010101 1000 101010 100110010 1001010 100010

Color Harmonies of #951689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951689

Black with #951689

Text Example


Text Example

White with #951689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951689; }

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

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

background-color css

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

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

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

border-color css

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

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

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