Html Css Color HEX #853482 Vivid Violet

📋 copy color: '#853482'

red 133 ◦ green 52 ◦ blue 130

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

Shades of Vivid Violet #853482

Tints of Vivid Violet #853482

RGB

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

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

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

R = 42.22%
G = 16.51%
B = 41.27%

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

#853482 (or 0x853482) is known color: Vivid Violet. HEX triplet: 85, 34 and 82. RGB value is (133,52,130). Sum of RGB (Red+Green+Blue) = 133+52+130=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #853482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853482 is #7ACB7D. Grayscale: #545454. Windows color (decimal): -8047486 or 8533125. OLE color: 8533125.

HSL color Cylindrical-coordinate representation of color #853482: hue angle of 302.22º 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 #853482 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 130 -
CMYK 0 0.61 0.02 0.48
HSL 302.22º 0.44% 0.36% -
HSV(B) 302.22º 0.61% 0.52% -
XYZ 14.93 9.05 22.08 -
YUV 85.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 133 52 130 0 0.61 0.02 0.48 302.22 0.44 0.36
Hex 85 34 82 0 3D 2 30 12E 2C 24
Octal 205 64 202 0 75 2 60 456 54 44
Binary 10000101 110100 10000010 0 111101 10 110000 100101110 101100 100100

Color Harmonies of #853482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853482

Black with #853482

Text Example


Text Example

White with #853482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853482; }

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

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

background-color css

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

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

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

border-color css

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

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

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