Html Css Color HEX #85329A Vivid Violet

📋 copy color: '#85329A'

red 133 ◦ green 50 ◦ blue 154

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

Shades of Vivid Violet #85329A

Tints of Vivid Violet #85329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.7%

R = 39.47%
G = 14.84%
B = 45.7%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#85329A (or 0x85329A) is known color: Vivid Violet. HEX triplet: 85, 32 and 9A. RGB value is (133,50,154). Sum of RGB (Red+Green+Blue) = 133+50+154=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #85329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85329A is #7ACD65. Grayscale: #565656. Windows color (decimal): -8047974 or 10105477. OLE color: 10105477.

HSL color Cylindrical-coordinate representation of color #85329A: hue angle of 287.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85329A is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 50 154 -
CMYK 0.14 0.68 0 0.40
HSL 287.88º 0.51% 0.4% -
HSV(B) 287.88º 0.68% 0.6% -
XYZ 16.65 9.6 31.55 -
YUV 86.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 133 50 154 0.14 0.68 0 0.40 287.88 0.51 0.4
Hex 85 32 9A E 44 0 28 120 33 28
Octal 205 62 232 16 104 0 50 440 63 50
Binary 10000101 110010 10011010 1110 1000100 0 101000 100100000 110011 101000

Color Harmonies of #85329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85329A

Black with #85329A

Text Example


Text Example

White with #85329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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