Html Css Color HEX #853690 Vivid Violet

📋 copy color: '#853690'

red 133 ◦ green 54 ◦ blue 144

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

Shades of Vivid Violet #853690

Tints of Vivid Violet #853690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.31%

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

R = 40.18%
G = 16.31%
B = 43.5%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#853690 (or 0x853690) is known color: Vivid Violet. HEX triplet: 85, 36 and 90. RGB value is (133,54,144). Sum of RGB (Red+Green+Blue) = 133+54+144=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #853690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853690 is #7AC96F. Grayscale: #575757. Windows color (decimal): -8046960 or 9451141. OLE color: 9451141.

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

Color convert

RGB 133 54 144 -
CMYK 0.08 0.63 0 0.44
HSL 292.67º 0.45% 0.39% -
HSV(B) 292.67º 0.63% 0.56% -
XYZ 16.03 9.64 27.4 -
YUV 87.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 133 54 144 0.08 0.63 0 0.44 292.67 0.45 0.39
Hex 85 36 90 8 3F 0 2C 125 2D 27
Octal 205 66 220 10 77 0 54 445 55 47
Binary 10000101 110110 10010000 1000 111111 0 101100 100100101 101101 100111

Color Harmonies of #853690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853690

Black with #853690

Text Example


Text Example

White with #853690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853690; }

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

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

background-color css

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

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

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

border-color css

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

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

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