Html Css Color HEX #952789 Dark Purple

📋 copy color: '#952789'

red 149 ◦ green 39 ◦ blue 137

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

Shades of Dark Purple #952789

Tints of Dark Purple #952789

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

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

R = 45.85%
G = 12%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#952789 (or 0x952789) is known color: Dark Purple. HEX triplet: 95, 27 and 89. RGB value is (149,39,137). Sum of RGB (Red+Green+Blue) = 149+39+137=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #952789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952789 is #6AD876. Grayscale: #525252. Windows color (decimal): -7002231 or 8988565. OLE color: 8988565.

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

Color convert

RGB 149 39 137 -
CMYK 0 0.74 0.08 0.42
HSL 306.55º 0.59% 0.37% -
HSV(B) 306.55º 0.74% 0.58% -
XYZ 17.64 9.65 24.6 -
YUV 83.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 149 39 137 0 0.74 0.08 0.42 306.55 0.59 0.37
Hex 95 27 89 0 4A 8 2A 133 3B 25
Octal 225 47 211 0 112 10 52 463 73 45
Binary 10010101 100111 10001001 0 1001010 1000 101010 100110011 111011 100101

Color Harmonies of #952789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952789

Black with #952789

Text Example


Text Example

White with #952789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952789; }

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

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

background-color css

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

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

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

border-color css

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

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

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