Html Css Color HEX #952A86 Dark Purple

📋 copy color: '#952A86'

red 149 ◦ green 42 ◦ blue 134

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

Shades of Dark Purple #952A86

Tints of Dark Purple #952A86

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.92%

 BLUE value IS 134 (52.73% from 255) = 41.23%

R = 45.85%
G = 12.92%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#952A86 (or 0x952A86) is known color: Dark Purple. HEX triplet: 95, 2A and 86. RGB value is (149,42,134). Sum of RGB (Red+Green+Blue) = 149+42+134=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #952A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A86 is #6AD579. Grayscale: #545454. Windows color (decimal): -7001466 or 8792725. OLE color: 8792725.

HSL color Cylindrical-coordinate representation of color #952A86: hue angle of 308.41º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A86 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 134 -
CMYK 0 0.72 0.10 0.42
HSL 308.41º 0.56% 0.37% -
HSV(B) 308.41º 0.72% 0.58% -
XYZ 17.53 9.77 23.52 -
YUV 84.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 149 42 134 0 0.72 0.10 0.42 308.41 0.56 0.37
Hex 95 2A 86 0 48 A 2A 134 38 25
Octal 225 52 206 0 110 12 52 464 70 45
Binary 10010101 101010 10000110 0 1001000 1010 101010 100110100 111000 100101

Color Harmonies of #952A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A86

Black with #952A86

Text Example


Text Example

White with #952A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,42,134); }

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

background-color css

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

 a { background-color: rgb(149,42,134); }

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

border-color css

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

 span { border-color: rgb(149,42,134); }

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