Html Css Color HEX #853896 Vivid Violet

📋 copy color: '#853896'

red 133 ◦ green 56 ◦ blue 150

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

Shades of Vivid Violet #853896

Tints of Vivid Violet #853896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.52%

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

R = 39.23%
G = 16.52%
B = 44.25%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#853896 (or 0x853896) is known color: Vivid Violet. HEX triplet: 85, 38 and 96. RGB value is (133,56,150). Sum of RGB (Red+Green+Blue) = 133+56+150=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #853896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853896 is #7AC769. Grayscale: #595959. Windows color (decimal): -8046442 or 9844869. OLE color: 9844869.

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

Color convert

RGB 133 56 150 -
CMYK 0.11 0.63 0 0.41
HSL 289.15º 0.46% 0.4% -
HSV(B) 289.15º 0.63% 0.59% -
XYZ 16.59 10.02 29.91 -
YUV 89.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 133 56 150 0.11 0.63 0 0.41 289.15 0.46 0.4
Hex 85 38 96 B 3F 0 29 121 2E 28
Octal 205 70 226 13 77 0 51 441 56 50
Binary 10000101 111000 10010110 1011 111111 0 101001 100100001 101110 101000

Color Harmonies of #853896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853896

Black with #853896

Text Example


Text Example

White with #853896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853896; }

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

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

background-color css

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

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

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

border-color css

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

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

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