Html Css Color HEX #952374 Dark Purple

📋 copy color: '#952374'

red 149 ◦ green 35 ◦ blue 116

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

Shades of Dark Purple #952374

Tints of Dark Purple #952374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 49.67%
G = 11.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#952374 (or 0x952374) is known color: Dark Purple. HEX triplet: 95, 23 and 74. RGB value is (149,35,116). Sum of RGB (Red+Green+Blue) = 149+35+116=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #952374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952374 is #6ADC8B. Grayscale: #4E4E4E. Windows color (decimal): -7003276 or 7611285. OLE color: 7611285.

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

Color convert

RGB 149 35 116 -
CMYK 0 0.77 0.22 0.42
HSL 317.37º 0.62% 0.36% -
HSV(B) 317.37º 0.77% 0.58% -
XYZ 16.15 8.85 17.38 -
YUV 78.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 149 35 116 0 0.77 0.22 0.42 317.37 0.62 0.36
Hex 95 23 74 0 4D 16 2A 13D 3E 24
Octal 225 43 164 0 115 26 52 475 76 44
Binary 10010101 100011 1110100 0 1001101 10110 101010 100111101 111110 100100

Color Harmonies of #952374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952374

Black with #952374

Text Example


Text Example

White with #952374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952374; }

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

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

background-color css

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

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

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

border-color css

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

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

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