Html Css Color HEX #952B80 Dark Purple

📋 copy color: '#952B80'

red 149 ◦ green 43 ◦ blue 128

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

Shades of Dark Purple #952B80

Tints of Dark Purple #952B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.44%

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

R = 46.56%
G = 13.44%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#952B80 (or 0x952B80) is known color: Dark Purple. HEX triplet: 95, 2B and 80. RGB value is (149,43,128). Sum of RGB (Red+Green+Blue) = 149+43+128=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #952B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952B80 is #6AD47F. Grayscale: #545454. Windows color (decimal): -7001216 or 8399765. OLE color: 8399765.

HSL color Cylindrical-coordinate representation of color #952B80: hue angle of 311.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B80 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 128 -
CMYK 0 0.71 0.14 0.42
HSL 311.89º 0.55% 0.38% -
HSV(B) 311.89º 0.71% 0.58% -
XYZ 17.15 9.68 21.39 -
YUV 84.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 149 43 128 0 0.71 0.14 0.42 311.89 0.55 0.38
Hex 95 2B 80 0 47 E 2A 138 37 26
Octal 225 53 200 0 107 16 52 470 67 46
Binary 10010101 101011 10000000 0 1000111 1110 101010 100111000 110111 100110

Color Harmonies of #952B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B80

Black with #952B80

Text Example


Text Example

White with #952B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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