Html Css Color HEX #952483 Dark Purple

📋 copy color: '#952483'

red 149 ◦ green 36 ◦ blue 131

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

Shades of Dark Purple #952483

Tints of Dark Purple #952483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.39%

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

R = 47.15%
G = 11.39%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#952483 (or 0x952483) is known color: Dark Purple. HEX triplet: 95, 24 and 83. RGB value is (149,36,131). Sum of RGB (Red+Green+Blue) = 149+36+131=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #952483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952483 is #6ADB7C. Grayscale: #505050. Windows color (decimal): -7003005 or 8594581. OLE color: 8594581.

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

Color convert

RGB 149 36 131 -
CMYK 0 0.76 0.12 0.42
HSL 309.56º 0.61% 0.36% -
HSV(B) 309.56º 0.76% 0.58% -
XYZ 17.12 9.29 22.36 -
YUV 80.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 149 36 131 0 0.76 0.12 0.42 309.56 0.61 0.36
Hex 95 24 83 0 4C C 2A 136 3D 24
Octal 225 44 203 0 114 14 52 466 75 44
Binary 10010101 100100 10000011 0 1001100 1100 101010 100110110 111101 100100

Color Harmonies of #952483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952483

Black with #952483

Text Example


Text Example

White with #952483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952483; }

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

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

background-color css

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

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

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

border-color css

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

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

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