Html Css Color HEX #952A8D Dark Purple

📋 copy color: '#952A8D'

red 149 ◦ green 42 ◦ blue 141

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

Shades of Dark Purple #952A8D

Tints of Dark Purple #952A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 44.88%
G = 12.65%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#952A8D (or 0x952A8D) is known color: Dark Purple. HEX triplet: 95, 2A and 8D. RGB value is (149,42,141). Sum of RGB (Red+Green+Blue) = 149+42+141=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #952A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A8D is #6AD572. Grayscale: #545454. Windows color (decimal): -7001459 or 9251477. OLE color: 9251477.

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

Color convert

RGB 149 42 141 -
CMYK 0 0.72 0.05 0.42
HSL 304.49º 0.56% 0.37% -
HSV(B) 304.49º 0.72% 0.58% -
XYZ 18.03 9.97 26.17 -
YUV 85.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 149 42 141 0 0.72 0.05 0.42 304.49 0.56 0.37
Hex 95 2A 8D 0 48 5 2A 130 38 25
Octal 225 52 215 0 110 5 52 460 70 45
Binary 10010101 101010 10001101 0 1001000 101 101010 100110000 111000 100101

Color Harmonies of #952A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A8D

Black with #952A8D

Text Example


Text Example

White with #952A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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