Html Css Color HEX #952773 Dark Purple

📋 copy color: '#952773'

red 149 ◦ green 39 ◦ blue 115

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

Shades of Dark Purple #952773

Tints of Dark Purple #952773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 49.17%
G = 12.87%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#952773 (or 0x952773) is known color: Dark Purple. HEX triplet: 95, 27 and 73. RGB value is (149,39,115). Sum of RGB (Red+Green+Blue) = 149+39+115=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #952773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952773 is #6AD88C. Grayscale: #505050. Windows color (decimal): -7002253 or 7546773. OLE color: 7546773.

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

Color convert

RGB 149 39 115 -
CMYK 0 0.74 0.23 0.42
HSL 318.55º 0.59% 0.37% -
HSV(B) 318.55º 0.74% 0.58% -
XYZ 16.21 9.08 17.12 -
YUV 80.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 149 39 115 0 0.74 0.23 0.42 318.55 0.59 0.37
Hex 95 27 73 0 4A 17 2A 13F 3B 25
Octal 225 47 163 0 112 27 52 477 73 45
Binary 10010101 100111 1110011 0 1001010 10111 101010 100111111 111011 100101

Color Harmonies of #952773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952773

Black with #952773

Text Example


Text Example

White with #952773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952773; }

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

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

background-color css

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

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

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

border-color css

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

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

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