Html Css Color HEX #852699 Vivid Violet

📋 copy color: '#852699'

red 133 ◦ green 38 ◦ blue 153

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

Shades of Vivid Violet #852699

Tints of Vivid Violet #852699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.73%

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

R = 41.05%
G = 11.73%
B = 47.22%

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

#852699 (or 0x852699) is known color: Vivid Violet. HEX triplet: 85, 26 and 99. RGB value is (133,38,153). Sum of RGB (Red+Green+Blue) = 133+38+153=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #852699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852699 is #7AD966. Grayscale: #4F4F4F. Windows color (decimal): -8051047 or 10036869. OLE color: 10036869.

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

Color convert

RGB 133 38 153 -
CMYK 0.13 0.75 0 0.4
HSL 289.57º 0.6% 0.37% -
HSV(B) 289.57º 0.75% 0.6% -
XYZ 16.12 8.67 30.96 -
YUV 79.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 133 38 153 0.13 0.75 0 0.4 289.57 0.6 0.37
Hex 85 26 99 D 4B 0 28 122 3C 25
Octal 205 46 231 15 113 0 50 442 74 45
Binary 10000101 100110 10011001 1101 1001011 0 101000 100100010 111100 100101

Color Harmonies of #852699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852699

Black with #852699

Text Example


Text Example

White with #852699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852699; }

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

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

background-color css

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

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

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

border-color css

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

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

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