Html Css Color HEX #853580 Dark Purple

📋 copy color: '#853580'

red 133 ◦ green 53 ◦ blue 128

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

Shades of Dark Purple #853580

Tints of Dark Purple #853580

RGB

 RED value IS 133 (52.34% from 255) = 42.36%

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 42.36%
G = 16.88%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#853580 (or 0x853580) is known color: Dark Purple. HEX triplet: 85, 35 and 80. RGB value is (133,53,128). Sum of RGB (Red+Green+Blue) = 133+53+128=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #853580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853580 is #7ACA7F. Grayscale: #555555. Windows color (decimal): -8047232 or 8402309. OLE color: 8402309.

HSL color Cylindrical-coordinate representation of color #853580: hue angle of 303.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853580 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 128 -
CMYK 0 0.60 0.04 0.48
HSL 303.75º 0.43% 0.36% -
HSV(B) 303.75º 0.6% 0.52% -
XYZ 14.84 9.09 21.39 -
YUV 85.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 133 53 128 0 0.60 0.04 0.48 303.75 0.43 0.36
Hex 85 35 80 0 3C 4 30 130 2B 24
Octal 205 65 200 0 74 4 60 460 53 44
Binary 10000101 110101 10000000 0 111100 100 110000 100110000 101011 100100

Color Harmonies of #853580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853580

Black with #853580

Text Example


Text Example

White with #853580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853580; }

 p { color: rgb(133,53,128); }

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

background-color css

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

 a { background-color: rgb(133,53,128); }

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

border-color css

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

 span { border-color: rgb(133,53,128); }

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