Html Css Color HEX #85379F Vivid Violet

📋 copy color: '#85379F'

red 133 ◦ green 55 ◦ blue 159

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

Shades of Vivid Violet #85379F

Tints of Vivid Violet #85379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

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

R = 38.33%
G = 15.85%
B = 45.82%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85379F (or 0x85379F) is known color: Vivid Violet. HEX triplet: 85, 37 and 9F. RGB value is (133,55,159). Sum of RGB (Red+Green+Blue) = 133+55+159=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #85379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85379F is #7AC860. Grayscale: #595959. Windows color (decimal): -8046689 or 10434437. OLE color: 10434437.

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

Color convert

RGB 133 55 159 -
CMYK 0.16 0.65 0 0.38
HSL 285º 0.49% 0.42% -
HSV(B) 285º 0.65% 0.62% -
XYZ 17.3 10.22 33.86 -
YUV 90.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 133 55 159 0.16 0.65 0 0.38 285 0.49 0.42
Hex 85 37 9F 10 41 0 26 11D 31 2A
Octal 205 67 237 20 101 0 46 435 61 52
Binary 10000101 110111 10011111 10000 1000001 0 100110 100011101 110001 101010

Color Harmonies of #85379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85379F

Black with #85379F

Text Example


Text Example

White with #85379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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