Html Css Color HEX #853D99 Vivid Violet

📋 copy color: '#853D99'

red 133 ◦ green 61 ◦ blue 153

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

Shades of Vivid Violet #853D99

Tints of Vivid Violet #853D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.58%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 38.33%
G = 17.58%
B = 44.09%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#853D99 (or 0x853D99) is known color: Vivid Violet. HEX triplet: 85, 3D and 99. RGB value is (133,61,153). Sum of RGB (Red+Green+Blue) = 133+61+153=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #853D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853D99 is #7AC266. Grayscale: #5C5C5C. Windows color (decimal): -8045159 or 10042757. OLE color: 10042757.

HSL color Cylindrical-coordinate representation of color #853D99: hue angle of 286.96º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853D99 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 61 153 -
CMYK 0.13 0.60 0 0.4
HSL 286.96º 0.43% 0.42% -
HSV(B) 286.96º 0.6% 0.6% -
XYZ 17.09 10.62 31.29 -
YUV 93.02 161.85 156.52 -
System Red Green Blue C M Y K H S L
Decimal 133 61 153 0.13 0.60 0 0.4 286.96 0.43 0.42
Hex 85 3D 99 D 3C 0 28 11F 2B 2A
Octal 205 75 231 15 74 0 50 437 53 52
Binary 10000101 111101 10011001 1101 111100 0 101000 100011111 101011 101010

Color Harmonies of #853D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D99

Black with #853D99

Text Example


Text Example

White with #853D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853D99; }

 p { color: rgb(133,61,153); }

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

background-color css

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

 a { background-color: rgb(133,61,153); }

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

border-color css

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

 span { border-color: rgb(133,61,153); }

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