Html Css Color HEX #853281 Dark Purple

📋 copy color: '#853281'

red 133 ◦ green 50 ◦ blue 129

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

Shades of Dark Purple #853281

Tints of Dark Purple #853281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 42.63%
G = 16.03%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#853281 (or 0x853281) is known color: Dark Purple. HEX triplet: 85, 32 and 81. RGB value is (133,50,129). Sum of RGB (Red+Green+Blue) = 133+50+129=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #853281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853281 is #7ACD7E. Grayscale: #535353. Windows color (decimal): -8047999 or 8467077. OLE color: 8467077.

HSL color Cylindrical-coordinate representation of color #853281: hue angle of 302.89º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853281 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 129 -
CMYK 0 0.62 0.03 0.48
HSL 302.89º 0.45% 0.36% -
HSV(B) 302.89º 0.62% 0.52% -
XYZ 14.78 8.85 21.7 -
YUV 83.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 133 50 129 0 0.62 0.03 0.48 302.89 0.45 0.36
Hex 85 32 81 0 3E 3 30 12F 2D 24
Octal 205 62 201 0 76 3 60 457 55 44
Binary 10000101 110010 10000001 0 111110 11 110000 100101111 101101 100100

Color Harmonies of #853281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853281

Black with #853281

Text Example


Text Example

White with #853281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853281; }

 p { color: rgb(133,50,129); }

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

background-color css

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

 a { background-color: rgb(133,50,129); }

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

border-color css

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

 span { border-color: rgb(133,50,129); }

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