Html Css Color HEX #85229F Vivid Violet

📋 copy color: '#85229F'

red 133 ◦ green 34 ◦ blue 159

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

Shades of Vivid Violet #85229F

Tints of Vivid Violet #85229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 40.8%
G = 10.43%
B = 48.77%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85229F (or 0x85229F) is known color: Vivid Violet. HEX triplet: 85, 22 and 9F. RGB value is (133,34,159). Sum of RGB (Red+Green+Blue) = 133+34+159=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #85229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85229F is #7ADD60. Grayscale: #4D4D4D. Windows color (decimal): -8052065 or 10429061. OLE color: 10429061.

HSL color Cylindrical-coordinate representation of color #85229F: hue angle of 287.52º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85229F is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 34 159 -
CMYK 0.16 0.79 0 0.38
HSL 287.52º 0.65% 0.38% -
HSV(B) 287.52º 0.79% 0.62% -
XYZ 16.5 8.63 33.6 -
YUV 77.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 133 34 159 0.16 0.79 0 0.38 287.52 0.65 0.38
Hex 85 22 9F 10 4F 0 26 120 41 26
Octal 205 42 237 20 117 0 46 440 101 46
Binary 10000101 100010 10011111 10000 1001111 0 100110 100100000 1000001 100110

Color Harmonies of #85229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85229F

Black with #85229F

Text Example


Text Example

White with #85229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85229F; }

 p { color: rgb(133,34,159); }

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

background-color css

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

 a { background-color: rgb(133,34,159); }

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

border-color css

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

 span { border-color: rgb(133,34,159); }

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