Html Css Color HEX #952572 Dark Purple

📋 copy color: '#952572'

red 149 ◦ green 37 ◦ blue 114

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

Shades of Dark Purple #952572

Tints of Dark Purple #952572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

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

R = 49.67%
G = 12.33%
B = 38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#952572 (or 0x952572) is known color: Dark Purple. HEX triplet: 95, 25 and 72. RGB value is (149,37,114). Sum of RGB (Red+Green+Blue) = 149+37+114=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #952572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952572 is #6ADA8D. Grayscale: #4F4F4F. Windows color (decimal): -7002766 or 7480725. OLE color: 7480725.

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

Color convert

RGB 149 37 114 -
CMYK 0 0.75 0.23 0.42
HSL 318.75º 0.6% 0.36% -
HSV(B) 318.75º 0.75% 0.58% -
XYZ 16.09 8.93 16.79 -
YUV 79.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 149 37 114 0 0.75 0.23 0.42 318.75 0.6 0.36
Hex 95 25 72 0 4B 17 2A 13F 3C 24
Octal 225 45 162 0 113 27 52 477 74 44
Binary 10010101 100101 1110010 0 1001011 10111 101010 100111111 111100 100100

Color Harmonies of #952572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952572

Black with #952572

Text Example


Text Example

White with #952572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952572; }

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

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

background-color css

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

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

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

border-color css

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

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

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