Html Css Color HEX #952983 Dark Purple

📋 copy color: '#952983'

red 149 ◦ green 41 ◦ blue 131

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

Shades of Dark Purple #952983

Tints of Dark Purple #952983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.77%

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 46.42%
G = 12.77%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#952983 (or 0x952983) is known color: Dark Purple. HEX triplet: 95, 29 and 83. RGB value is (149,41,131). Sum of RGB (Red+Green+Blue) = 149+41+131=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952983 is #6AD67C. Grayscale: #535353. Windows color (decimal): -7001725 or 8595861. OLE color: 8595861.

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

Color convert

RGB 149 41 131 -
CMYK 0 0.72 0.12 0.42
HSL 310º 0.57% 0.37% -
HSV(B) 310º 0.72% 0.58% -
XYZ 17.28 9.61 22.42 -
YUV 83.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 149 41 131 0 0.72 0.12 0.42 310 0.57 0.37
Hex 95 29 83 0 48 C 2A 136 39 25
Octal 225 51 203 0 110 14 52 466 71 45
Binary 10010101 101001 10000011 0 1001000 1100 101010 100110110 111001 100101

Color Harmonies of #952983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952983

Black with #952983

Text Example


Text Example

White with #952983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952983; }

 p { color: rgb(149,41,131); }

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

background-color css

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

 a { background-color: rgb(149,41,131); }

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

border-color css

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

 span { border-color: rgb(149,41,131); }

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