Html Css Color HEX #85379D Vivid Violet

📋 copy color: '#85379D'

red 133 ◦ green 55 ◦ blue 157

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

Shades of Vivid Violet #85379D

Tints of Vivid Violet #85379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 38.55%
G = 15.94%
B = 45.51%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85379D (or 0x85379D) is known color: Vivid Violet. HEX triplet: 85, 37 and 9D. RGB value is (133,55,157). Sum of RGB (Red+Green+Blue) = 133+55+157=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #85379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85379D is #7AC862. Grayscale: #595959. Windows color (decimal): -8046691 or 10303365. OLE color: 10303365.

HSL color Cylindrical-coordinate representation of color #85379D: hue angle of 285.88º degrees, saturation: 0.48, 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 #85379D is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 55 157 -
CMYK 0.15 0.65 0 0.38
HSL 285.88º 0.48% 0.42% -
HSV(B) 285.88º 0.65% 0.62% -
XYZ 17.12 10.15 32.96 -
YUV 89.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 133 55 157 0.15 0.65 0 0.38 285.88 0.48 0.42
Hex 85 37 9D F 41 0 26 11E 30 2A
Octal 205 67 235 17 101 0 46 436 60 52
Binary 10000101 110111 10011101 1111 1000001 0 100110 100011110 110000 101010

Color Harmonies of #85379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85379D

Black with #85379D

Text Example


Text Example

White with #85379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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