Html Css Color HEX #85219B Vivid Violet

📋 copy color: '#85219B'

red 133 ◦ green 33 ◦ blue 155

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

Shades of Vivid Violet #85219B

Tints of Vivid Violet #85219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

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

R = 41.43%
G = 10.28%
B = 48.29%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85219B (or 0x85219B) is known color: Vivid Violet. HEX triplet: 85, 21 and 9B. RGB value is (133,33,155). Sum of RGB (Red+Green+Blue) = 133+33+155=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #85219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85219B is #7ADE64. Grayscale: #4C4C4C. Windows color (decimal): -8052325 or 10166661. OLE color: 10166661.

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

Color convert

RGB 133 33 155 -
CMYK 0.14 0.79 0 0.39
HSL 289.18º 0.65% 0.37% -
HSV(B) 289.18º 0.79% 0.61% -
XYZ 16.13 8.44 31.79 -
YUV 76.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 133 33 155 0.14 0.79 0 0.39 289.18 0.65 0.37
Hex 85 21 9B E 4F 0 27 121 41 25
Octal 205 41 233 16 117 0 47 441 101 45
Binary 10000101 100001 10011011 1110 1001111 0 100111 100100001 1000001 100101

Color Harmonies of #85219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85219B

Black with #85219B

Text Example


Text Example

White with #85219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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