Html Css Color HEX #953089 Dark Purple

📋 copy color: '#953089'

red 149 ◦ green 48 ◦ blue 137

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

Shades of Dark Purple #953089

Tints of Dark Purple #953089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

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

R = 44.61%
G = 14.37%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#953089 (or 0x953089) is known color: Dark Purple. HEX triplet: 95, 30 and 89. RGB value is (149,48,137). Sum of RGB (Red+Green+Blue) = 149+48+137=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #953089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953089 is #6ACF76. Grayscale: #585858. Windows color (decimal): -6999927 or 8990869. OLE color: 8990869.

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

Color convert

RGB 149 48 137 -
CMYK 0 0.68 0.08 0.42
HSL 307.13º 0.51% 0.39% -
HSV(B) 307.13º 0.68% 0.58% -
XYZ 17.97 10.31 24.71 -
YUV 88.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 149 48 137 0 0.68 0.08 0.42 307.13 0.51 0.39
Hex 95 30 89 0 44 8 2A 133 33 27
Octal 225 60 211 0 104 10 52 463 63 47
Binary 10010101 110000 10001001 0 1000100 1000 101010 100110011 110011 100111

Color Harmonies of #953089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953089

Black with #953089

Text Example


Text Example

White with #953089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953089; }

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

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

background-color css

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

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

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

border-color css

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

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

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