Html Css Color HEX #8355BD Deep Lilac

📋 copy color: '#8355BD'

red 131 ◦ green 85 ◦ blue 189

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

Shades of Deep Lilac #8355BD

Tints of Deep Lilac #8355BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.99%

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 32.35%
G = 20.99%
B = 46.67%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8355BD (or 0x8355BD) is known color: Deep Lilac. HEX triplet: 83, 55 and BD. RGB value is (131,85,189). Sum of RGB (Red+Green+Blue) = 131+85+189=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #8355BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355BD is #7CAA42. Grayscale: #6E6E6E. Windows color (decimal): -8170051 or 12408195. OLE color: 12408195.

HSL color Cylindrical-coordinate representation of color #8355BD: hue angle of 266.54º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8355BD is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 85 189 -
CMYK 0.31 0.55 0 0.26
HSL 266.54º 0.44% 0.54% -
HSV(B) 266.54º 0.55% 0.74% -
XYZ 21.79 15 49.89 -
YUV 110.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 131 85 189 0.31 0.55 0 0.26 266.54 0.44 0.54
Hex 83 55 BD 1F 37 0 1A 10B 2C 36
Octal 203 125 275 37 67 0 32 413 54 66
Binary 10000011 1010101 10111101 11111 110111 0 11010 100001011 101100 110110

Color Harmonies of #8355BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355BD

Black with #8355BD

Text Example


Text Example

White with #8355BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8355BD; }

 p { color: rgb(131,85,189); }

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

background-color css

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

 a { background-color: rgb(131,85,189); }

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

border-color css

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

 span { border-color: rgb(131,85,189); }

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