Html Css Color HEX #952573 Dark Purple

📋 copy color: '#952573'

red 149 ◦ green 37 ◦ blue 115

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

Shades of Dark Purple #952573

Tints of Dark Purple #952573

RGB

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

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

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

R = 49.5%
G = 12.29%
B = 38.21%

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

#952573 (or 0x952573) is known color: Dark Purple. HEX triplet: 95, 25 and 73. RGB value is (149,37,115). Sum of RGB (Red+Green+Blue) = 149+37+115=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #952573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952573 is #6ADA8C. Grayscale: #4F4F4F. Windows color (decimal): -7002765 or 7546261. OLE color: 7546261.

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

Color convert

RGB 149 37 115 -
CMYK 0 0.75 0.23 0.42
HSL 318.21º 0.6% 0.36% -
HSV(B) 318.21º 0.75% 0.58% -
XYZ 16.15 8.95 17.1 -
YUV 79.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 149 37 115 0 0.75 0.23 0.42 318.21 0.6 0.36
Hex 95 25 73 0 4B 17 2A 13E 3C 24
Octal 225 45 163 0 113 27 52 476 74 44
Binary 10010101 100101 1110011 0 1001011 10111 101010 100111110 111100 100100

Color Harmonies of #952573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952573

Black with #952573

Text Example


Text Example

White with #952573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952573; }

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

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

background-color css

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

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

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

border-color css

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

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

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