Html Css Color HEX #952279 Dark Purple

📋 copy color: '#952279'

red 149 ◦ green 34 ◦ blue 121

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

Shades of Dark Purple #952279

Tints of Dark Purple #952279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 49.01%
G = 11.18%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#952279 (or 0x952279) is known color: Dark Purple. HEX triplet: 95, 22 and 79. RGB value is (149,34,121). Sum of RGB (Red+Green+Blue) = 149+34+121=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #952279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952279 is #6ADD86. Grayscale: #4E4E4E. Windows color (decimal): -7003527 or 7938709. OLE color: 7938709.

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

Color convert

RGB 149 34 121 -
CMYK 0 0.77 0.19 0.42
HSL 314.61º 0.63% 0.36% -
HSV(B) 314.61º 0.77% 0.58% -
XYZ 16.42 8.91 18.94 -
YUV 78.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 149 34 121 0 0.77 0.19 0.42 314.61 0.63 0.36
Hex 95 22 79 0 4D 13 2A 13B 3F 24
Octal 225 42 171 0 115 23 52 473 77 44
Binary 10010101 100010 1111001 0 1001101 10011 101010 100111011 111111 100100

Color Harmonies of #952279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952279

Black with #952279

Text Example


Text Example

White with #952279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952279; }

 p { color: rgb(149,34,121); }

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

background-color css

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

 a { background-color: rgb(149,34,121); }

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

border-color css

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

 span { border-color: rgb(149,34,121); }

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