Html Css Color HEX #8353BF Deep Lilac

📋 copy color: '#8353BF'

red 131 ◦ green 83 ◦ blue 191

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

Shades of Deep Lilac #8353BF

Tints of Deep Lilac #8353BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 32.35%
G = 20.49%
B = 47.16%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8353BF (or 0x8353BF) is known color: Deep Lilac. HEX triplet: 83, 53 and BF. RGB value is (131,83,191). Sum of RGB (Red+Green+Blue) = 131+83+191=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #8353BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353BF is #7CAC40. Grayscale: #6D6D6D. Windows color (decimal): -8170561 or 12538755. OLE color: 12538755.

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

Color convert

RGB 131 83 191 -
CMYK 0.31 0.57 0 0.25
HSL 266.67º 0.46% 0.54% -
HSV(B) 266.67º 0.57% 0.75% -
XYZ 21.86 14.77 50.99 -
YUV 109.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 131 83 191 0.31 0.57 0 0.25 266.67 0.46 0.54
Hex 83 53 BF 1F 39 0 19 10B 2E 36
Octal 203 123 277 37 71 0 31 413 56 66
Binary 10000011 1010011 10111111 11111 111001 0 11001 100001011 101110 110110

Color Harmonies of #8353BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353BF

Black with #8353BF

Text Example


Text Example

White with #8353BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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