Html Css Color HEX #853682 Vivid Violet

📋 copy color: '#853682'

red 133 ◦ green 54 ◦ blue 130

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

Shades of Vivid Violet #853682

Tints of Vivid Violet #853682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 41.96%
G = 17.03%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#853682 (or 0x853682) is known color: Vivid Violet. HEX triplet: 85, 36 and 82. RGB value is (133,54,130). Sum of RGB (Red+Green+Blue) = 133+54+130=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #853682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853682 is #7AC97D. Grayscale: #565656. Windows color (decimal): -8046974 or 8533637. OLE color: 8533637.

HSL color Cylindrical-coordinate representation of color #853682: hue angle of 302.28º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853682 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 130 -
CMYK 0 0.59 0.02 0.48
HSL 302.28º 0.42% 0.37% -
HSV(B) 302.28º 0.59% 0.52% -
XYZ 15.02 9.24 22.11 -
YUV 86.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 133 54 130 0 0.59 0.02 0.48 302.28 0.42 0.37
Hex 85 36 82 0 3B 2 30 12E 2A 25
Octal 205 66 202 0 73 2 60 456 52 45
Binary 10000101 110110 10000010 0 111011 10 110000 100101110 101010 100101

Color Harmonies of #853682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853682

Black with #853682

Text Example


Text Example

White with #853682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853682; }

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

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

background-color css

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

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

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

border-color css

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

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

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