Html Css Color HEX #952280 Dark Purple

📋 copy color: '#952280'

red 149 ◦ green 34 ◦ blue 128

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

Shades of Dark Purple #952280

Tints of Dark Purple #952280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.16%

R = 47.91%
G = 10.93%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#952280 (or 0x952280) is known color: Dark Purple. HEX triplet: 95, 22 and 80. RGB value is (149,34,128). Sum of RGB (Red+Green+Blue) = 149+34+128=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #952280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952280 is #6ADD7F. Grayscale: #4E4E4E. Windows color (decimal): -7003520 or 8397461. OLE color: 8397461.

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

Color convert

RGB 149 34 128 -
CMYK 0 0.77 0.14 0.42
HSL 310.96º 0.63% 0.36% -
HSV(B) 310.96º 0.77% 0.58% -
XYZ 16.86 9.09 21.29 -
YUV 79.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 149 34 128 0 0.77 0.14 0.42 310.96 0.63 0.36
Hex 95 22 80 0 4D E 2A 137 3F 24
Octal 225 42 200 0 115 16 52 467 77 44
Binary 10010101 100010 10000000 0 1001101 1110 101010 100110111 111111 100100

Color Harmonies of #952280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952280

Black with #952280

Text Example


Text Example

White with #952280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952280; }

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

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

background-color css

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

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

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

border-color css

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

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

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