Html Css Color HEX #85389C Vivid Violet

📋 copy color: '#85389C'

red 133 ◦ green 56 ◦ blue 156

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

Shades of Vivid Violet #85389C

Tints of Vivid Violet #85389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.23%

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

R = 38.55%
G = 16.23%
B = 45.22%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85389C (or 0x85389C) is known color: Vivid Violet. HEX triplet: 85, 38 and 9C. RGB value is (133,56,156). Sum of RGB (Red+Green+Blue) = 133+56+156=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #85389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85389C is #7AC763. Grayscale: #5A5A5A. Windows color (decimal): -8046436 or 10238085. OLE color: 10238085.

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

Color convert

RGB 133 56 156 -
CMYK 0.15 0.64 0 0.39
HSL 286.2º 0.47% 0.42% -
HSV(B) 286.2º 0.64% 0.61% -
XYZ 17.09 10.22 32.52 -
YUV 90.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 133 56 156 0.15 0.64 0 0.39 286.2 0.47 0.42
Hex 85 38 9C F 40 0 27 11E 2F 2A
Octal 205 70 234 17 100 0 47 436 57 52
Binary 10000101 111000 10011100 1111 1000000 0 100111 100011110 101111 101010

Color Harmonies of #85389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85389C

Black with #85389C

Text Example


Text Example

White with #85389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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