Html Css Color HEX #952A6C Dark Purple

📋 copy color: '#952A6C'

red 149 ◦ green 42 ◦ blue 108

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

Shades of Dark Purple #952A6C

Tints of Dark Purple #952A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 49.83%
G = 14.05%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#952A6C (or 0x952A6C) is known color: Dark Purple. HEX triplet: 95, 2A and 6C. RGB value is (149,42,108). Sum of RGB (Red+Green+Blue) = 149+42+108=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #952A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A6C is #6AD593. Grayscale: #515151. Windows color (decimal): -7001492 or 7088789. OLE color: 7088789.

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

Color convert

RGB 149 42 108 -
CMYK 0 0.72 0.28 0.42
HSL 322.99º 0.56% 0.37% -
HSV(B) 322.99º 0.72% 0.58% -
XYZ 15.93 9.13 15.11 -
YUV 81.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 149 42 108 0 0.72 0.28 0.42 322.99 0.56 0.37
Hex 95 2A 6C 0 48 1C 2A 143 38 25
Octal 225 52 154 0 110 34 52 503 70 45
Binary 10010101 101010 1101100 0 1001000 11100 101010 101000011 111000 100101

Color Harmonies of #952A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A6C

Black with #952A6C

Text Example


Text Example

White with #952A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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