Html Css Color HEX #853688 Vivid Violet

📋 copy color: '#853688'

red 133 ◦ green 54 ◦ blue 136

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

Shades of Vivid Violet #853688

Tints of Vivid Violet #853688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 41.18%
G = 16.72%
B = 42.11%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#853688 (or 0x853688) is known color: Vivid Violet. HEX triplet: 85, 36 and 88. RGB value is (133,54,136). Sum of RGB (Red+Green+Blue) = 133+54+136=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #853688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853688 is #7AC977. Grayscale: #565656. Windows color (decimal): -8046968 or 8926853. OLE color: 8926853.

HSL color Cylindrical-coordinate representation of color #853688: hue angle of 297.8º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853688 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 54 136 -
CMYK 0.02 0.60 0 0.47
HSL 297.8º 0.43% 0.37% -
HSV(B) 297.8º 0.6% 0.53% -
XYZ 15.44 9.4 24.29 -
YUV 86.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 133 54 136 0.02 0.60 0 0.47 297.8 0.43 0.37
Hex 85 36 88 2 3C 0 2F 12A 2B 25
Octal 205 66 210 2 74 0 57 452 53 45
Binary 10000101 110110 10001000 10 111100 0 101111 100101010 101011 100101

Color Harmonies of #853688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853688

Black with #853688

Text Example


Text Example

White with #853688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853688; }

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

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

background-color css

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

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

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

border-color css

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

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

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