Html Css Color HEX #852896 Vivid Violet

📋 copy color: '#852896'

red 133 ◦ green 40 ◦ blue 150

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

Shades of Vivid Violet #852896

Tints of Vivid Violet #852896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 41.18%
G = 12.38%
B = 46.44%

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

#852896 (or 0x852896) is known color: Vivid Violet. HEX triplet: 85, 28 and 96. RGB value is (133,40,150). Sum of RGB (Red+Green+Blue) = 133+40+150=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #852896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852896 is #7AD769. Grayscale: #505050. Windows color (decimal): -8050538 or 9840773. OLE color: 9840773.

HSL color Cylindrical-coordinate representation of color #852896: hue angle of 290.73º degrees, saturation: 0.58, 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 #852896 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 40 150 -
CMYK 0.11 0.73 0 0.41
HSL 290.73º 0.58% 0.37% -
HSV(B) 290.73º 0.73% 0.59% -
XYZ 15.94 8.71 29.69 -
YUV 80.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 133 40 150 0.11 0.73 0 0.41 290.73 0.58 0.37
Hex 85 28 96 B 49 0 29 123 3A 25
Octal 205 50 226 13 111 0 51 443 72 45
Binary 10000101 101000 10010110 1011 1001001 0 101001 100100011 111010 100101

Color Harmonies of #852896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852896

Black with #852896

Text Example


Text Example

White with #852896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852896; }

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

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

background-color css

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

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

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

border-color css

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

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

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