Html Css Color HEX #853880 Vivid Violet

📋 copy color: '#853880'

red 133 ◦ green 56 ◦ blue 128

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

Shades of Vivid Violet #853880

Tints of Vivid Violet #853880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 41.96%
G = 17.67%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#853880 (or 0x853880) is known color: Vivid Violet. HEX triplet: 85, 38 and 80. RGB value is (133,56,128). Sum of RGB (Red+Green+Blue) = 133+56+128=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #853880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853880 is #7AC77F. Grayscale: #575757. Windows color (decimal): -8046464 or 8403077. OLE color: 8403077.

HSL color Cylindrical-coordinate representation of color #853880: hue angle of 303.9º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853880 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 128 -
CMYK 0 0.58 0.04 0.48
HSL 303.9º 0.41% 0.37% -
HSV(B) 303.9º 0.58% 0.52% -
XYZ 14.98 9.37 21.44 -
YUV 87.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 133 56 128 0 0.58 0.04 0.48 303.9 0.41 0.37
Hex 85 38 80 0 3A 4 30 130 29 25
Octal 205 70 200 0 72 4 60 460 51 45
Binary 10000101 111000 10000000 0 111010 100 110000 100110000 101001 100101

Color Harmonies of #853880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853880

Black with #853880

Text Example


Text Example

White with #853880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853880; }

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

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

background-color css

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

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

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

border-color css

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

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

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