Html Css Color HEX #843585 Vivid Violet

📋 copy color: '#843585'

red 132 ◦ green 53 ◦ blue 133

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

Shades of Vivid Violet #843585

Tints of Vivid Violet #843585

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 132 53 133 -
CMYK 0.01 0.60 0 0.48
HSL 299.25º 0.43% 0.36% -
HSV(B) 299.25º 0.6% 0.52% -
XYZ 15.02 9.15 23.16 -
YUV 85.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 132 53 133 0.01 0.60 0 0.48 299.25 0.43 0.36
Hex 84 35 85 1 3C 0 30 12B 2B 24
Octal 204 65 205 1 74 0 60 453 53 44
Binary 10000100 110101 10000101 1 111100 0 110000 100101011 101011 100100

Color Harmonies of #843585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843585

Black with #843585

Text Example


Text Example

White with #843585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843585; }

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

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

background-color css

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

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

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

border-color css

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

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

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