Html Css Color HEX #853890 Vivid Violet

📋 copy color: '#853890'

red 133 ◦ green 56 ◦ blue 144

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

Shades of Vivid Violet #853890

Tints of Vivid Violet #853890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 39.94%
G = 16.82%
B = 43.24%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#853890 (or 0x853890) is known color: Vivid Violet. HEX triplet: 85, 38 and 90. RGB value is (133,56,144). Sum of RGB (Red+Green+Blue) = 133+56+144=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #853890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853890 is #7AC76F. Grayscale: #585858. Windows color (decimal): -8046448 or 9451653. OLE color: 9451653.

HSL color Cylindrical-coordinate representation of color #853890: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853890 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 56 144 -
CMYK 0.08 0.61 0 0.44
HSL 292.5º 0.44% 0.39% -
HSV(B) 292.5º 0.61% 0.56% -
XYZ 16.12 9.83 27.43 -
YUV 89.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 133 56 144 0.08 0.61 0 0.44 292.5 0.44 0.39
Hex 85 38 90 8 3D 0 2C 124 2C 27
Octal 205 70 220 10 75 0 54 444 54 47
Binary 10000101 111000 10010000 1000 111101 0 101100 100100100 101100 100111

Color Harmonies of #853890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853890

Black with #853890

Text Example


Text Example

White with #853890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853890; }

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

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

background-color css

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

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

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

border-color css

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

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

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