Html Css Color HEX #952372 Dark Purple

📋 copy color: '#952372'

red 149 ◦ green 35 ◦ blue 114

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

Shades of Dark Purple #952372

Tints of Dark Purple #952372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 50%
G = 11.74%
B = 38.26%

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

#952372 (or 0x952372) is known color: Dark Purple. HEX triplet: 95, 23 and 72. RGB value is (149,35,114). Sum of RGB (Red+Green+Blue) = 149+35+114=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #952372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952372 is #6ADC8D. Grayscale: #4D4D4D. Windows color (decimal): -7003278 or 7480213. OLE color: 7480213.

HSL color Cylindrical-coordinate representation of color #952372: hue angle of 318.42º 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 #952372 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 35 114 -
CMYK 0 0.77 0.23 0.42
HSL 318.42º 0.62% 0.36% -
HSV(B) 318.42º 0.77% 0.58% -
XYZ 16.03 8.81 16.77 -
YUV 78.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 149 35 114 0 0.77 0.23 0.42 318.42 0.62 0.36
Hex 95 23 72 0 4D 17 2A 13E 3E 24
Octal 225 43 162 0 115 27 52 476 76 44
Binary 10010101 100011 1110010 0 1001101 10111 101010 100111110 111110 100100

Color Harmonies of #952372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952372

Black with #952372

Text Example


Text Example

White with #952372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952372; }

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

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

background-color css

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

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

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

border-color css

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

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

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