Html Css Color HEX #853096 Vivid Violet

📋 copy color: '#853096'

red 133 ◦ green 48 ◦ blue 150

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

Shades of Vivid Violet #853096

Tints of Vivid Violet #853096

RGB

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

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

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

R = 40.18%
G = 14.5%
B = 45.32%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#853096 (or 0x853096) is known color: Vivid Violet. HEX triplet: 85, 30 and 96. RGB value is (133,48,150). Sum of RGB (Red+Green+Blue) = 133+48+150=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #853096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853096 is #7ACF69. Grayscale: #545454. Windows color (decimal): -8048490 or 9842821. OLE color: 9842821.

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

Color convert

RGB 133 48 150 -
CMYK 0.11 0.68 0 0.41
HSL 290º 0.52% 0.39% -
HSV(B) 290º 0.68% 0.59% -
XYZ 16.23 9.3 29.79 -
YUV 85.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 133 48 150 0.11 0.68 0 0.41 290 0.52 0.39
Hex 85 30 96 B 44 0 29 122 34 27
Octal 205 60 226 13 104 0 51 442 64 47
Binary 10000101 110000 10010110 1011 1000100 0 101001 100100010 110100 100111

Color Harmonies of #853096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853096

Black with #853096

Text Example


Text Example

White with #853096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853096; }

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

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

background-color css

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

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

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

border-color css

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

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

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