Html Css Color HEX #853184 Vivid Violet

📋 copy color: '#853184'

red 133 ◦ green 49 ◦ blue 132

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

Shades of Vivid Violet #853184

Tints of Vivid Violet #853184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

 BLUE value IS 132 (51.95% from 255) = 42.04%

R = 42.36%
G = 15.61%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#853184 (or 0x853184) is known color: Vivid Violet. HEX triplet: 85, 31 and 84. RGB value is (133,49,132). Sum of RGB (Red+Green+Blue) = 133+49+132=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #853184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853184 is #7ACE7B. Grayscale: #535353. Windows color (decimal): -8048252 or 8663429. OLE color: 8663429.

HSL color Cylindrical-coordinate representation of color #853184: hue angle of 300.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853184 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 132 -
CMYK 0 0.63 0.01 0.48
HSL 300.71º 0.46% 0.36% -
HSV(B) 300.71º 0.63% 0.52% -
XYZ 14.94 8.85 22.75 -
YUV 83.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 133 49 132 0 0.63 0.01 0.48 300.71 0.46 0.36
Hex 85 31 84 0 3F 1 30 12D 2E 24
Octal 205 61 204 0 77 1 60 455 56 44
Binary 10000101 110001 10000100 0 111111 1 110000 100101101 101110 100100

Color Harmonies of #853184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853184

Black with #853184

Text Example


Text Example

White with #853184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853184; }

 p { color: rgb(133,49,132); }

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

background-color css

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

 a { background-color: rgb(133,49,132); }

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

border-color css

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

 span { border-color: rgb(133,49,132); }

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