Html Css Color HEX #952373 Dark Purple

📋 copy color: '#952373'

red 149 ◦ green 35 ◦ blue 115

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

Shades of Dark Purple #952373

Tints of Dark Purple #952373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

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

R = 49.83%
G = 11.71%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#952373 (or 0x952373) is known color: Dark Purple. HEX triplet: 95, 23 and 73. RGB value is (149,35,115). Sum of RGB (Red+Green+Blue) = 149+35+115=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #952373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952373 is #6ADC8C. Grayscale: #4E4E4E. Windows color (decimal): -7003277 or 7545749. OLE color: 7545749.

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

Color convert

RGB 149 35 115 -
CMYK 0 0.77 0.23 0.42
HSL 317.89º 0.62% 0.36% -
HSV(B) 317.89º 0.77% 0.58% -
XYZ 16.09 8.83 17.08 -
YUV 78.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 149 35 115 0 0.77 0.23 0.42 317.89 0.62 0.36
Hex 95 23 73 0 4D 17 2A 13E 3E 24
Octal 225 43 163 0 115 27 52 476 76 44
Binary 10010101 100011 1110011 0 1001101 10111 101010 100111110 111110 100100

Color Harmonies of #952373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952373

Black with #952373

Text Example


Text Example

White with #952373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952373; }

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

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

background-color css

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

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

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

border-color css

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

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

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