Html Css Color HEX #952E88 Dark Purple

📋 copy color: '#952E88'

red 149 ◦ green 46 ◦ blue 136

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

Shades of Dark Purple #952E88

Tints of Dark Purple #952E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 45.02%
G = 13.9%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#952E88 (or 0x952E88) is known color: Dark Purple. HEX triplet: 95, 2E and 88. RGB value is (149,46,136). Sum of RGB (Red+Green+Blue) = 149+46+136=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E88 is #6AD177. Grayscale: #565656. Windows color (decimal): -7000440 or 8924821. OLE color: 8924821.

HSL color Cylindrical-coordinate representation of color #952E88: hue angle of 307.57º 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 #952E88 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 136 -
CMYK 0 0.69 0.09 0.42
HSL 307.57º 0.53% 0.38% -
HSV(B) 307.57º 0.69% 0.58% -
XYZ 17.82 10.12 24.31 -
YUV 87.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 149 46 136 0 0.69 0.09 0.42 307.57 0.53 0.38
Hex 95 2E 88 0 45 9 2A 134 35 26
Octal 225 56 210 0 105 11 52 464 65 46
Binary 10010101 101110 10001000 0 1000101 1001 101010 100110100 110101 100110

Color Harmonies of #952E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E88

Black with #952E88

Text Example


Text Example

White with #952E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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