Html Css Color HEX #852799 Vivid Violet

📋 copy color: '#852799'

red 133 ◦ green 39 ◦ blue 153

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

Shades of Vivid Violet #852799

Tints of Vivid Violet #852799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

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

R = 40.92%
G = 12%
B = 47.08%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#852799 (or 0x852799) is known color: Vivid Violet. HEX triplet: 85, 27 and 99. RGB value is (133,39,153). Sum of RGB (Red+Green+Blue) = 133+39+153=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #852799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852799 is #7AD866. Grayscale: #4F4F4F. Windows color (decimal): -8050791 or 10037125. OLE color: 10037125.

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

Color convert

RGB 133 39 153 -
CMYK 0.13 0.75 0 0.4
HSL 289.47º 0.59% 0.38% -
HSV(B) 289.47º 0.75% 0.6% -
XYZ 16.15 8.74 30.97 -
YUV 80.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 133 39 153 0.13 0.75 0 0.4 289.47 0.59 0.38
Hex 85 27 99 D 4B 0 28 121 3B 26
Octal 205 47 231 15 113 0 50 441 73 46
Binary 10000101 100111 10011001 1101 1001011 0 101000 100100001 111011 100110

Color Harmonies of #852799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852799

Black with #852799

Text Example


Text Example

White with #852799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852799; }

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

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

background-color css

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

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

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

border-color css

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

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

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