Html Css Color HEX #853389 Vivid Violet

📋 copy color: '#853389'

red 133 ◦ green 51 ◦ blue 137

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

Shades of Vivid Violet #853389

Tints of Vivid Violet #853389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 41.43%
G = 15.89%
B = 42.68%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#853389 (or 0x853389) is known color: Vivid Violet. HEX triplet: 85, 33 and 89. RGB value is (133,51,137). Sum of RGB (Red+Green+Blue) = 133+51+137=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #853389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853389 is #7ACC76. Grayscale: #555555. Windows color (decimal): -8047735 or 8991621. OLE color: 8991621.

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

Color convert

RGB 133 51 137 -
CMYK 0.03 0.63 0 0.46
HSL 297.21º 0.46% 0.37% -
HSV(B) 297.21º 0.63% 0.54% -
XYZ 15.37 9.16 24.62 -
YUV 85.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 133 51 137 0.03 0.63 0 0.46 297.21 0.46 0.37
Hex 85 33 89 3 3F 0 2E 129 2E 25
Octal 205 63 211 3 77 0 56 451 56 45
Binary 10000101 110011 10001001 11 111111 0 101110 100101001 101110 100101

Color Harmonies of #853389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853389

Black with #853389

Text Example


Text Example

White with #853389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853389; }

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

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

background-color css

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

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

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

border-color css

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

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

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