Html Css Color HEX #853496 Vivid Violet

📋 copy color: '#853496'

red 133 ◦ green 52 ◦ blue 150

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

Shades of Vivid Violet #853496

Tints of Vivid Violet #853496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 39.7%
G = 15.52%
B = 44.78%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#853496 (or 0x853496) is known color: Vivid Violet. HEX triplet: 85, 34 and 96. RGB value is (133,52,150). Sum of RGB (Red+Green+Blue) = 133+52+150=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #853496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853496 is #7ACB69. Grayscale: #575757. Windows color (decimal): -8047466 or 9843845. OLE color: 9843845.

HSL color Cylindrical-coordinate representation of color #853496: hue angle of 289.59º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853496 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 52 150 -
CMYK 0.11 0.65 0 0.41
HSL 289.59º 0.49% 0.4% -
HSV(B) 289.59º 0.65% 0.59% -
XYZ 16.41 9.64 29.85 -
YUV 87.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 133 52 150 0.11 0.65 0 0.41 289.59 0.49 0.4
Hex 85 34 96 B 41 0 29 122 31 28
Octal 205 64 226 13 101 0 51 442 61 50
Binary 10000101 110100 10010110 1011 1000001 0 101001 100100010 110001 101000

Color Harmonies of #853496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853496

Black with #853496

Text Example


Text Example

White with #853496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853496; }

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

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

background-color css

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

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

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

border-color css

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

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

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