Html Css Color HEX #85299A Vivid Violet

📋 copy color: '#85299A'

red 133 ◦ green 41 ◦ blue 154

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

Shades of Vivid Violet #85299A

Tints of Vivid Violet #85299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.5%

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

R = 40.55%
G = 12.5%
B = 46.95%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#85299A (or 0x85299A) is known color: Vivid Violet. HEX triplet: 85, 29 and 9A. RGB value is (133,41,154). Sum of RGB (Red+Green+Blue) = 133+41+154=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #85299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85299A is #7AD665. Grayscale: #515151. Windows color (decimal): -8050278 or 10103173. OLE color: 10103173.

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

Color convert

RGB 133 41 154 -
CMYK 0.14 0.73 0 0.40
HSL 288.85º 0.58% 0.38% -
HSV(B) 288.85º 0.73% 0.6% -
XYZ 16.3 8.91 31.43 -
YUV 81.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 133 41 154 0.14 0.73 0 0.40 288.85 0.58 0.38
Hex 85 29 9A E 49 0 28 121 3A 26
Octal 205 51 232 16 111 0 50 441 72 46
Binary 10000101 101001 10011010 1110 1001001 0 101000 100100001 111010 100110

Color Harmonies of #85299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85299A

Black with #85299A

Text Example


Text Example

White with #85299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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