Html Css Color HEX #852899 Vivid Violet

📋 copy color: '#852899'

red 133 ◦ green 40 ◦ blue 153

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

Shades of Vivid Violet #852899

Tints of Vivid Violet #852899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 40.8%
G = 12.27%
B = 46.93%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#852899 (or 0x852899) is known color: Vivid Violet. HEX triplet: 85, 28 and 99. RGB value is (133,40,153). Sum of RGB (Red+Green+Blue) = 133+40+153=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #852899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852899 is #7AD766. Grayscale: #505050. Windows color (decimal): -8050535 or 10037381. OLE color: 10037381.

HSL color Cylindrical-coordinate representation of color #852899: hue angle of 289.38º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852899 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 40 153 -
CMYK 0.13 0.74 0 0.4
HSL 289.38º 0.59% 0.38% -
HSV(B) 289.38º 0.74% 0.6% -
XYZ 16.18 8.8 30.98 -
YUV 80.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 133 40 153 0.13 0.74 0 0.4 289.38 0.59 0.38
Hex 85 28 99 D 4A 0 28 121 3B 26
Octal 205 50 231 15 112 0 50 441 73 46
Binary 10000101 101000 10011001 1101 1001010 0 101000 100100001 111011 100110

Color Harmonies of #852899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852899

Black with #852899

Text Example


Text Example

White with #852899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852899; }

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

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

background-color css

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

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

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

border-color css

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

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

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