Html Css Color HEX #85399B Vivid Violet

📋 copy color: '#85399B'

red 133 ◦ green 57 ◦ blue 155

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

Shades of Vivid Violet #85399B

Tints of Vivid Violet #85399B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 38.55%
G = 16.52%
B = 44.93%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85399B (or 0x85399B) is known color: Vivid Violet. HEX triplet: 85, 39 and 9B. RGB value is (133,57,155). Sum of RGB (Red+Green+Blue) = 133+57+155=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #85399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85399B is #7AC664. Grayscale: #5A5A5A. Windows color (decimal): -8046181 or 10172805. OLE color: 10172805.

HSL color Cylindrical-coordinate representation of color #85399B: hue angle of 286.53º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85399B is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 57 155 -
CMYK 0.14 0.63 0 0.39
HSL 286.53º 0.46% 0.42% -
HSV(B) 286.53º 0.63% 0.61% -
XYZ 17.05 10.28 32.1 -
YUV 90.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 133 57 155 0.14 0.63 0 0.39 286.53 0.46 0.42
Hex 85 39 9B E 3F 0 27 11F 2E 2A
Octal 205 71 233 16 77 0 47 437 56 52
Binary 10000101 111001 10011011 1110 111111 0 100111 100011111 101110 101010

Color Harmonies of #85399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85399B

Black with #85399B

Text Example


Text Example

White with #85399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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