Html Css Color HEX #952375 Dark Purple

📋 copy color: '#952375'

red 149 ◦ green 35 ◦ blue 117

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

Shades of Dark Purple #952375

Tints of Dark Purple #952375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 49.5%
G = 11.63%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#952375 (or 0x952375) is known color: Dark Purple. HEX triplet: 95, 23 and 75. RGB value is (149,35,117). Sum of RGB (Red+Green+Blue) = 149+35+117=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #952375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952375 is #6ADC8A. Grayscale: #4E4E4E. Windows color (decimal): -7003275 or 7676821. OLE color: 7676821.

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

Color convert

RGB 149 35 117 -
CMYK 0 0.77 0.21 0.42
HSL 316.84º 0.62% 0.36% -
HSV(B) 316.84º 0.77% 0.58% -
XYZ 16.21 8.88 17.69 -
YUV 78.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 149 35 117 0 0.77 0.21 0.42 316.84 0.62 0.36
Hex 95 23 75 0 4D 15 2A 13D 3E 24
Octal 225 43 165 0 115 25 52 475 76 44
Binary 10010101 100011 1110101 0 1001101 10101 101010 100111101 111110 100100

Color Harmonies of #952375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952375

Black with #952375

Text Example


Text Example

White with #952375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952375; }

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

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

background-color css

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

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

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

border-color css

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

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

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