Html Css Color HEX #952473 Dark Purple

📋 copy color: '#952473'

red 149 ◦ green 36 ◦ blue 115

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

Shades of Dark Purple #952473

Tints of Dark Purple #952473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 49.67%
G = 12%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#952473 (or 0x952473) is known color: Dark Purple. HEX triplet: 95, 24 and 73. RGB value is (149,36,115). Sum of RGB (Red+Green+Blue) = 149+36+115=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #952473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952473 is #6ADB8C. Grayscale: #4E4E4E. Windows color (decimal): -7003021 or 7546005. OLE color: 7546005.

HSL color Cylindrical-coordinate representation of color #952473: hue angle of 318.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952473 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 115 -
CMYK 0 0.76 0.23 0.42
HSL 318.05º 0.61% 0.36% -
HSV(B) 318.05º 0.76% 0.58% -
XYZ 16.12 8.89 17.09 -
YUV 78.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 149 36 115 0 0.76 0.23 0.42 318.05 0.61 0.36
Hex 95 24 73 0 4C 17 2A 13E 3D 24
Octal 225 44 163 0 114 27 52 476 75 44
Binary 10010101 100100 1110011 0 1001100 10111 101010 100111110 111101 100100

Color Harmonies of #952473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952473

Black with #952473

Text Example


Text Example

White with #952473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952473; }

 p { color: rgb(149,36,115); }

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

background-color css

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

 a { background-color: rgb(149,36,115); }

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

border-color css

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

 span { border-color: rgb(149,36,115); }

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