Html Css Color HEX #952A6F Dark Purple

📋 copy color: '#952A6F'

red 149 ◦ green 42 ◦ blue 111

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

Shades of Dark Purple #952A6F

Tints of Dark Purple #952A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 49.34%
G = 13.91%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#952A6F (or 0x952A6F) is known color: Dark Purple. HEX triplet: 95, 2A and 6F. RGB value is (149,42,111). Sum of RGB (Red+Green+Blue) = 149+42+111=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A6F is #6AD590. Grayscale: #515151. Windows color (decimal): -7001489 or 7285397. OLE color: 7285397.

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

Color convert

RGB 149 42 111 -
CMYK 0 0.72 0.26 0.42
HSL 321.31º 0.56% 0.37% -
HSV(B) 321.31º 0.72% 0.58% -
XYZ 16.09 9.19 15.97 -
YUV 81.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 149 42 111 0 0.72 0.26 0.42 321.31 0.56 0.37
Hex 95 2A 6F 0 48 1A 2A 141 38 25
Octal 225 52 157 0 110 32 52 501 70 45
Binary 10010101 101010 1101111 0 1001000 11010 101010 101000001 111000 100101

Color Harmonies of #952A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A6F

Black with #952A6F

Text Example


Text Example

White with #952A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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