Html Css Color HEX #8353BE Deep Lilac

📋 copy color: '#8353BE'

red 131 ◦ green 83 ◦ blue 190

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

Shades of Deep Lilac #8353BE

Tints of Deep Lilac #8353BE

RGB

 RED value IS 131 (51.56% from 255) = 32.43%

 GREEN value IS 83 (32.81% from 255) = 20.54%

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 32.43%
G = 20.54%
B = 47.03%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8353BE (or 0x8353BE) is known color: Deep Lilac. HEX triplet: 83, 53 and BE. RGB value is (131,83,190). Sum of RGB (Red+Green+Blue) = 131+83+190=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #8353BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353BE is #7CAC41. Grayscale: #6D6D6D. Windows color (decimal): -8170562 or 12473219. OLE color: 12473219.

HSL color Cylindrical-coordinate representation of color #8353BE: hue angle of 266.92º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8353BE is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 83 190 -
CMYK 0.31 0.56 0 0.25
HSL 266.92º 0.45% 0.54% -
HSV(B) 266.92º 0.56% 0.75% -
XYZ 21.75 14.73 50.41 -
YUV 109.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 131 83 190 0.31 0.56 0 0.25 266.92 0.45 0.54
Hex 83 53 BE 1F 38 0 19 10B 2D 36
Octal 203 123 276 37 70 0 31 413 55 66
Binary 10000011 1010011 10111110 11111 111000 0 11001 100001011 101101 110110

Color Harmonies of #8353BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353BE

Black with #8353BE

Text Example


Text Example

White with #8353BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8353BE; }

 p { color: rgb(131,83,190); }

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

background-color css

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

 a { background-color: rgb(131,83,190); }

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

border-color css

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

 span { border-color: rgb(131,83,190); }

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