Html Css Color HEX #85229B Vivid Violet

📋 copy color: '#85229B'

red 133 ◦ green 34 ◦ blue 155

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

Shades of Vivid Violet #85229B

Tints of Vivid Violet #85229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

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

R = 41.3%
G = 10.56%
B = 48.14%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85229B (or 0x85229B) is known color: Vivid Violet. HEX triplet: 85, 22 and 9B. RGB value is (133,34,155). Sum of RGB (Red+Green+Blue) = 133+34+155=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #85229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85229B is #7ADD64. Grayscale: #4D4D4D. Windows color (decimal): -8052069 or 10166917. OLE color: 10166917.

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

Color convert

RGB 133 34 155 -
CMYK 0.14 0.78 0 0.39
HSL 289.09º 0.64% 0.37% -
HSV(B) 289.09º 0.78% 0.61% -
XYZ 16.16 8.5 31.8 -
YUV 77.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 133 34 155 0.14 0.78 0 0.39 289.09 0.64 0.37
Hex 85 22 9B E 4E 0 27 121 40 25
Octal 205 42 233 16 116 0 47 441 100 45
Binary 10000101 100010 10011011 1110 1001110 0 100111 100100001 1000000 100101

Color Harmonies of #85229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85229B

Black with #85229B

Text Example


Text Example

White with #85229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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