Html Css Color HEX #952783 Dark Purple

📋 copy color: '#952783'

red 149 ◦ green 39 ◦ blue 131

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

Shades of Dark Purple #952783

Tints of Dark Purple #952783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

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

R = 46.71%
G = 12.23%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#952783 (or 0x952783) is known color: Dark Purple. HEX triplet: 95, 27 and 83. RGB value is (149,39,131). Sum of RGB (Red+Green+Blue) = 149+39+131=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952783 is #6AD87C. Grayscale: #525252. Windows color (decimal): -7002237 or 8595349. OLE color: 8595349.

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

Color convert

RGB 149 39 131 -
CMYK 0 0.74 0.12 0.42
HSL 309.82º 0.59% 0.37% -
HSV(B) 309.82º 0.74% 0.58% -
XYZ 17.22 9.48 22.4 -
YUV 82.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 149 39 131 0 0.74 0.12 0.42 309.82 0.59 0.37
Hex 95 27 83 0 4A C 2A 136 3B 25
Octal 225 47 203 0 112 14 52 466 73 45
Binary 10010101 100111 10000011 0 1001010 1100 101010 100110110 111011 100101

Color Harmonies of #952783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952783

Black with #952783

Text Example


Text Example

White with #952783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952783; }

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

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

background-color css

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

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

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

border-color css

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

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

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