Html Css Color HEX #852996 Vivid Violet

📋 copy color: '#852996'

red 133 ◦ green 41 ◦ blue 150

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

Shades of Vivid Violet #852996

Tints of Vivid Violet #852996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 41.05%
G = 12.65%
B = 46.3%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#852996 (or 0x852996) is known color: Vivid Violet. HEX triplet: 85, 29 and 96. RGB value is (133,41,150). Sum of RGB (Red+Green+Blue) = 133+41+150=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #852996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852996 is #7AD669. Grayscale: #505050. Windows color (decimal): -8050282 or 9841029. OLE color: 9841029.

HSL color Cylindrical-coordinate representation of color #852996: hue angle of 290.64º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852996 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 41 150 -
CMYK 0.11 0.73 0 0.41
HSL 290.64º 0.57% 0.37% -
HSV(B) 290.64º 0.73% 0.59% -
XYZ 15.97 8.77 29.71 -
YUV 80.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 133 41 150 0.11 0.73 0 0.41 290.64 0.57 0.37
Hex 85 29 96 B 49 0 29 123 39 25
Octal 205 51 226 13 111 0 51 443 71 45
Binary 10000101 101001 10010110 1011 1001001 0 101001 100100011 111001 100101

Color Harmonies of #852996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852996

Black with #852996

Text Example


Text Example

White with #852996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852996; }

 p { color: rgb(133,41,150); }

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

background-color css

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

 a { background-color: rgb(133,41,150); }

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

border-color css

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

 span { border-color: rgb(133,41,150); }

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