Html Css Color HEX #85399D Vivid Violet

📋 copy color: '#85399D'

red 133 ◦ green 57 ◦ blue 157

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

Shades of Vivid Violet #85399D

Tints of Vivid Violet #85399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.43%

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

R = 38.33%
G = 16.43%
B = 45.24%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85399D (or 0x85399D) is known color: Vivid Violet. HEX triplet: 85, 39 and 9D. RGB value is (133,57,157). Sum of RGB (Red+Green+Blue) = 133+57+157=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #85399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85399D is #7AC662. Grayscale: #5A5A5A. Windows color (decimal): -8046179 or 10303877. OLE color: 10303877.

HSL color Cylindrical-coordinate representation of color #85399D: hue angle of 285.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85399D is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 57 157 -
CMYK 0.15 0.64 0 0.38
HSL 285.6º 0.47% 0.42% -
HSV(B) 285.6º 0.64% 0.62% -
XYZ 17.22 10.35 32.99 -
YUV 91.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 133 57 157 0.15 0.64 0 0.38 285.6 0.47 0.42
Hex 85 39 9D F 40 0 26 11E 2F 2A
Octal 205 71 235 17 100 0 46 436 57 52
Binary 10000101 111001 10011101 1111 1000000 0 100110 100011110 101111 101010

Color Harmonies of #85399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85399D

Black with #85399D

Text Example


Text Example

White with #85399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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