Html Css Color HEX #85289B Vivid Violet

📋 copy color: '#85289B'

red 133 ◦ green 40 ◦ blue 155

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

Shades of Vivid Violet #85289B

Tints of Vivid Violet #85289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.2%

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

R = 40.55%
G = 12.2%
B = 47.26%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85289B (or 0x85289B) is known color: Vivid Violet. HEX triplet: 85, 28 and 9B. RGB value is (133,40,155). Sum of RGB (Red+Green+Blue) = 133+40+155=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #85289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85289B is #7AD764. Grayscale: #505050. Windows color (decimal): -8050533 or 10168453. OLE color: 10168453.

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

Color convert

RGB 133 40 155 -
CMYK 0.14 0.74 0 0.39
HSL 288.52º 0.59% 0.38% -
HSV(B) 288.52º 0.74% 0.61% -
XYZ 16.35 8.87 31.86 -
YUV 80.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 133 40 155 0.14 0.74 0 0.39 288.52 0.59 0.38
Hex 85 28 9B E 4A 0 27 121 3B 26
Octal 205 50 233 16 112 0 47 441 73 46
Binary 10000101 101000 10011011 1110 1001010 0 100111 100100001 111011 100110

Color Harmonies of #85289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85289B

Black with #85289B

Text Example


Text Example

White with #85289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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