Html Css Color HEX #852599 Vivid Violet

📋 copy color: '#852599'

red 133 ◦ green 37 ◦ blue 153

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

Shades of Vivid Violet #852599

Tints of Vivid Violet #852599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

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

R = 41.18%
G = 11.46%
B = 47.37%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#852599 (or 0x852599) is known color: Vivid Violet. HEX triplet: 85, 25 and 99. RGB value is (133,37,153). Sum of RGB (Red+Green+Blue) = 133+37+153=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #852599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852599 is #7ADA66. Grayscale: #4E4E4E. Windows color (decimal): -8051303 or 10036613. OLE color: 10036613.

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

Color convert

RGB 133 37 153 -
CMYK 0.13 0.76 0 0.4
HSL 289.66º 0.61% 0.37% -
HSV(B) 289.66º 0.76% 0.6% -
XYZ 16.08 8.61 30.95 -
YUV 78.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 133 37 153 0.13 0.76 0 0.4 289.66 0.61 0.37
Hex 85 25 99 D 4C 0 28 122 3D 25
Octal 205 45 231 15 114 0 50 442 75 45
Binary 10000101 100101 10011001 1101 1001100 0 101000 100100010 111101 100101

Color Harmonies of #852599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852599

Black with #852599

Text Example


Text Example

White with #852599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852599; }

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

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

background-color css

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

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

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

border-color css

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

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

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