Html Css Color HEX #85398B Vivid Violet

📋 copy color: '#85398B'

red 133 ◦ green 57 ◦ blue 139

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

Shades of Vivid Violet #85398B

Tints of Vivid Violet #85398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 40.43%
G = 17.33%
B = 42.25%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85398B (or 0x85398B) is known color: Vivid Violet. HEX triplet: 85, 39 and 8B. RGB value is (133,57,139). Sum of RGB (Red+Green+Blue) = 133+57+139=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #85398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85398B is #7AC674. Grayscale: #585858. Windows color (decimal): -8046197 or 9124229. OLE color: 9124229.

HSL color Cylindrical-coordinate representation of color #85398B: hue angle of 295.61º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85398B is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 57 139 -
CMYK 0.04 0.59 0 0.45
HSL 295.61º 0.42% 0.38% -
HSV(B) 295.61º 0.59% 0.55% -
XYZ 15.8 9.78 25.48 -
YUV 89.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 133 57 139 0.04 0.59 0 0.45 295.61 0.42 0.38
Hex 85 39 8B 4 3B 0 2D 128 2A 26
Octal 205 71 213 4 73 0 55 450 52 46
Binary 10000101 111001 10001011 100 111011 0 101101 100101000 101010 100110

Color Harmonies of #85398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85398B

Black with #85398B

Text Example


Text Example

White with #85398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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