Html Css Color HEX #853386 Vivid Violet

📋 copy color: '#853386'

red 133 ◦ green 51 ◦ blue 134

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

Shades of Vivid Violet #853386

Tints of Vivid Violet #853386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

 BLUE value IS 134 (52.73% from 255) = 42.14%

R = 41.82%
G = 16.04%
B = 42.14%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#853386 (or 0x853386) is known color: Vivid Violet. HEX triplet: 85, 33 and 86. RGB value is (133,51,134). Sum of RGB (Red+Green+Blue) = 133+51+134=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #853386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853386 is #7ACC79. Grayscale: #545454. Windows color (decimal): -8047738 or 8795013. OLE color: 8795013.

HSL color Cylindrical-coordinate representation of color #853386: hue angle of 299.28º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853386 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 51 134 -
CMYK 0.01 0.62 0 0.47
HSL 299.28º 0.45% 0.36% -
HSV(B) 299.28º 0.62% 0.53% -
XYZ 15.16 9.08 23.51 -
YUV 84.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 133 51 134 0.01 0.62 0 0.47 299.28 0.45 0.36
Hex 85 33 86 1 3E 0 2F 12B 2D 24
Octal 205 63 206 1 76 0 57 453 55 44
Binary 10000101 110011 10000110 1 111110 0 101111 100101011 101101 100100

Color Harmonies of #853386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853386

Black with #853386

Text Example


Text Example

White with #853386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853386; }

 p { color: rgb(133,51,134); }

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

background-color css

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

 a { background-color: rgb(133,51,134); }

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

border-color css

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

 span { border-color: rgb(133,51,134); }

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