Html Css Color HEX #952E85 Dark Purple

📋 copy color: '#952E85'

red 149 ◦ green 46 ◦ blue 133

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

Shades of Dark Purple #952E85

Tints of Dark Purple #952E85

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.02%

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 45.43%
G = 14.02%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#952E85 (or 0x952E85) is known color: Dark Purple. HEX triplet: 95, 2E and 85. RGB value is (149,46,133). Sum of RGB (Red+Green+Blue) = 149+46+133=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #952E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E85 is #6AD17A. Grayscale: #565656. Windows color (decimal): -7000443 or 8728213. OLE color: 8728213.

HSL color Cylindrical-coordinate representation of color #952E85: hue angle of 309.32º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E85 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 133 -
CMYK 0 0.69 0.11 0.42
HSL 309.32º 0.53% 0.38% -
HSV(B) 309.32º 0.69% 0.58% -
XYZ 17.61 10.04 23.2 -
YUV 86.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 149 46 133 0 0.69 0.11 0.42 309.32 0.53 0.38
Hex 95 2E 85 0 45 B 2A 135 35 26
Octal 225 56 205 0 105 13 52 465 65 46
Binary 10010101 101110 10000101 0 1000101 1011 101010 100110101 110101 100110

Color Harmonies of #952E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E85

Black with #952E85

Text Example


Text Example

White with #952E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952E85; }

 p { color: rgb(149,46,133); }

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

background-color css

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

 a { background-color: rgb(149,46,133); }

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

border-color css

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

 span { border-color: rgb(149,46,133); }

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