Html Css Color HEX #853089 Vivid Violet

📋 copy color: '#853089'

red 133 ◦ green 48 ◦ blue 137

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

Shades of Vivid Violet #853089

Tints of Vivid Violet #853089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

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

R = 41.82%
G = 15.09%
B = 43.08%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#853089 (or 0x853089) is known color: Vivid Violet. HEX triplet: 85, 30 and 89. RGB value is (133,48,137). Sum of RGB (Red+Green+Blue) = 133+48+137=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #853089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853089 is #7ACF76. Grayscale: #535353. Windows color (decimal): -8048503 or 8990853. OLE color: 8990853.

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

Color convert

RGB 133 48 137 -
CMYK 0.03 0.65 0 0.46
HSL 297.3º 0.48% 0.36% -
HSV(B) 297.3º 0.65% 0.54% -
XYZ 15.25 8.91 24.58 -
YUV 83.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 133 48 137 0.03 0.65 0 0.46 297.3 0.48 0.36
Hex 85 30 89 3 41 0 2E 129 30 24
Octal 205 60 211 3 101 0 56 451 60 44
Binary 10000101 110000 10001001 11 1000001 0 101110 100101001 110000 100100

Color Harmonies of #853089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853089

Black with #853089

Text Example


Text Example

White with #853089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853089; }

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

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

background-color css

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

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

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

border-color css

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

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

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