Html Css Color HEX #85379C Vivid Violet

📋 copy color: '#85379C'

red 133 ◦ green 55 ◦ blue 156

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

Shades of Vivid Violet #85379C

Tints of Vivid Violet #85379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 38.66%
G = 15.99%
B = 45.35%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85379C (or 0x85379C) is known color: Vivid Violet. HEX triplet: 85, 37 and 9C. RGB value is (133,55,156). Sum of RGB (Red+Green+Blue) = 133+55+156=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #85379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85379C is #7AC863. Grayscale: #595959. Windows color (decimal): -8046692 or 10237829. OLE color: 10237829.

HSL color Cylindrical-coordinate representation of color #85379C: hue angle of 286.34º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85379C is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 55 156 -
CMYK 0.15 0.65 0 0.39
HSL 286.34º 0.48% 0.41% -
HSV(B) 286.34º 0.65% 0.61% -
XYZ 17.04 10.12 32.51 -
YUV 89.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 133 55 156 0.15 0.65 0 0.39 286.34 0.48 0.41
Hex 85 37 9C F 41 0 27 11E 30 29
Octal 205 67 234 17 101 0 47 436 60 51
Binary 10000101 110111 10011100 1111 1000001 0 100111 100011110 110000 101001

Color Harmonies of #85379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85379C

Black with #85379C

Text Example


Text Example

White with #85379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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