Html Css Color HEX #853489 Vivid Violet

📋 copy color: '#853489'

red 133 ◦ green 52 ◦ blue 137

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

Shades of Vivid Violet #853489

Tints of Vivid Violet #853489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

 BLUE value IS 137 (53.91% from 255) = 42.55%

R = 41.3%
G = 16.15%
B = 42.55%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#853489 (or 0x853489) is known color: Vivid Violet. HEX triplet: 85, 34 and 89. RGB value is (133,52,137). Sum of RGB (Red+Green+Blue) = 133+52+137=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #853489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853489 is #7ACB76. Grayscale: #555555. Windows color (decimal): -8047479 or 8991877. OLE color: 8991877.

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

Color convert

RGB 133 52 137 -
CMYK 0.03 0.62 0 0.46
HSL 297.18º 0.45% 0.37% -
HSV(B) 297.18º 0.62% 0.54% -
XYZ 15.42 9.25 24.64 -
YUV 85.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 133 52 137 0.03 0.62 0 0.46 297.18 0.45 0.37
Hex 85 34 89 3 3E 0 2E 129 2D 25
Octal 205 64 211 3 76 0 56 451 55 45
Binary 10000101 110100 10001001 11 111110 0 101110 100101001 101101 100101

Color Harmonies of #853489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853489

Black with #853489

Text Example


Text Example

White with #853489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853489; }

 p { color: rgb(133,52,137); }

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

background-color css

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

 a { background-color: rgb(133,52,137); }

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

border-color css

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

 span { border-color: rgb(133,52,137); }

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