Html Css Color HEX #853483 Vivid Violet

📋 copy color: '#853483'

red 133 ◦ green 52 ◦ blue 131

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

Shades of Vivid Violet #853483

Tints of Vivid Violet #853483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 131 (51.56% from 255) = 41.46%

R = 42.09%
G = 16.46%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#853483 (or 0x853483) is known color: Vivid Violet. HEX triplet: 85, 34 and 83. RGB value is (133,52,131). Sum of RGB (Red+Green+Blue) = 133+52+131=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #853483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853483 is #7ACB7C. Grayscale: #545454. Windows color (decimal): -8047485 or 8598661. OLE color: 8598661.

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

Color convert

RGB 133 52 131 -
CMYK 0 0.61 0.02 0.48
HSL 301.48º 0.44% 0.36% -
HSV(B) 301.48º 0.61% 0.52% -
XYZ 15 9.08 22.44 -
YUV 85.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 133 52 131 0 0.61 0.02 0.48 301.48 0.44 0.36
Hex 85 34 83 0 3D 2 30 12D 2C 24
Octal 205 64 203 0 75 2 60 455 54 44
Binary 10000101 110100 10000011 0 111101 10 110000 100101101 101100 100100

Color Harmonies of #853483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853483

Black with #853483

Text Example


Text Example

White with #853483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853483; }

 p { color: rgb(133,52,131); }

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

background-color css

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

 a { background-color: rgb(133,52,131); }

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

border-color css

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

 span { border-color: rgb(133,52,131); }

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