Html Css Color HEX #852399 Vivid Violet

📋 copy color: '#852399'

red 133 ◦ green 35 ◦ blue 153

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

Shades of Vivid Violet #852399

Tints of Vivid Violet #852399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 41.43%
G = 10.9%
B = 47.66%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#852399 (or 0x852399) is known color: Vivid Violet. HEX triplet: 85, 23 and 99. RGB value is (133,35,153). Sum of RGB (Red+Green+Blue) = 133+35+153=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #852399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852399 is #7ADC66. Grayscale: #4D4D4D. Windows color (decimal): -8051815 or 10036101. OLE color: 10036101.

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

Color convert

RGB 133 35 153 -
CMYK 0.13 0.77 0 0.4
HSL 289.83º 0.63% 0.37% -
HSV(B) 289.83º 0.77% 0.6% -
XYZ 16.02 8.49 30.93 -
YUV 77.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 133 35 153 0.13 0.77 0 0.4 289.83 0.63 0.37
Hex 85 23 99 D 4D 0 28 122 3F 25
Octal 205 43 231 15 115 0 50 442 77 45
Binary 10000101 100011 10011001 1101 1001101 0 101000 100100010 111111 100101

Color Harmonies of #852399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852399

Black with #852399

Text Example


Text Example

White with #852399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852399; }

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

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

background-color css

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

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

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

border-color css

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

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

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