Html Css Color HEX #852396 Vivid Violet

📋 copy color: '#852396'

red 133 ◦ green 35 ◦ blue 150

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

Shades of Vivid Violet #852396

Tints of Vivid Violet #852396

RGB

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

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

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

R = 41.82%
G = 11.01%
B = 47.17%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#852396 (or 0x852396) is known color: Vivid Violet. HEX triplet: 85, 23 and 96. RGB value is (133,35,150). Sum of RGB (Red+Green+Blue) = 133+35+150=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #852396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852396 is #7ADC69. Grayscale: #4D4D4D. Windows color (decimal): -8051818 or 9839493. OLE color: 9839493.

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

Color convert

RGB 133 35 150 -
CMYK 0.11 0.77 0 0.41
HSL 291.13º 0.62% 0.36% -
HSV(B) 291.13º 0.77% 0.59% -
XYZ 15.78 8.39 29.64 -
YUV 77.41 168.97 167.65 -
System Red Green Blue C M Y K H S L
Decimal 133 35 150 0.11 0.77 0 0.41 291.13 0.62 0.36
Hex 85 23 96 B 4D 0 29 123 3E 24
Octal 205 43 226 13 115 0 51 443 76 44
Binary 10000101 100011 10010110 1011 1001101 0 101001 100100011 111110 100100

Color Harmonies of #852396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852396

Black with #852396

Text Example


Text Example

White with #852396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852396; }

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

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

background-color css

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

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

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

border-color css

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

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

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