Html Css Color HEX #853584 Vivid Violet

📋 copy color: '#853584'

red 133 ◦ green 53 ◦ blue 132

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

Shades of Vivid Violet #853584

Tints of Vivid Violet #853584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 41.82%
G = 16.67%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#853584 (or 0x853584) is known color: Vivid Violet. HEX triplet: 85, 35 and 84. RGB value is (133,53,132). Sum of RGB (Red+Green+Blue) = 133+53+132=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #853584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853584 is #7ACA7B. Grayscale: #555555. Windows color (decimal): -8047228 or 8664453. OLE color: 8664453.

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

Color convert

RGB 133 53 132 -
CMYK 0 0.60 0.01 0.48
HSL 300.75º 0.43% 0.36% -
HSV(B) 300.75º 0.6% 0.52% -
XYZ 15.11 9.2 22.81 -
YUV 85.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 133 53 132 0 0.60 0.01 0.48 300.75 0.43 0.36
Hex 85 35 84 0 3C 1 30 12D 2B 24
Octal 205 65 204 0 74 1 60 455 53 44
Binary 10000101 110101 10000100 0 111100 1 110000 100101101 101011 100100

Color Harmonies of #853584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853584

Black with #853584

Text Example


Text Example

White with #853584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853584; }

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

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

background-color css

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

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

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

border-color css

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

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

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