Html Css Color HEX #853284 Vivid Violet

📋 copy color: '#853284'

red 133 ◦ green 50 ◦ blue 132

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

Shades of Vivid Violet #853284

Tints of Vivid Violet #853284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

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

R = 42.22%
G = 15.87%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#853284 (or 0x853284) is known color: Vivid Violet. HEX triplet: 85, 32 and 84. RGB value is (133,50,132). Sum of RGB (Red+Green+Blue) = 133+50+132=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #853284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853284 is #7ACD7B. Grayscale: #535353. Windows color (decimal): -8047996 or 8663685. OLE color: 8663685.

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

Color convert

RGB 133 50 132 -
CMYK 0 0.62 0.01 0.48
HSL 300.72º 0.45% 0.36% -
HSV(B) 300.72º 0.62% 0.52% -
XYZ 14.98 8.93 22.76 -
YUV 84.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 133 50 132 0 0.62 0.01 0.48 300.72 0.45 0.36
Hex 85 32 84 0 3E 1 30 12D 2D 24
Octal 205 62 204 0 76 1 60 455 55 44
Binary 10000101 110010 10000100 0 111110 1 110000 100101101 101101 100100

Color Harmonies of #853284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853284

Black with #853284

Text Example


Text Example

White with #853284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853284; }

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

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

background-color css

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

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

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

border-color css

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

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

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