Html Css Color HEX #8355BB Deep Lilac

📋 copy color: '#8355BB'

red 131 ◦ green 85 ◦ blue 187

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

Shades of Deep Lilac #8355BB

Tints of Deep Lilac #8355BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 32.51%
G = 21.09%
B = 46.4%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8355BB (or 0x8355BB) is known color: Deep Lilac. HEX triplet: 83, 55 and BB. RGB value is (131,85,187). Sum of RGB (Red+Green+Blue) = 131+85+187=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #8355BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355BB is #7CAA44. Grayscale: #6E6E6E. Windows color (decimal): -8170053 or 12277123. OLE color: 12277123.

HSL color Cylindrical-coordinate representation of color #8355BB: hue angle of 267.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8355BB is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 85 187 -
CMYK 0.30 0.55 0 0.27
HSL 267.06º 0.43% 0.53% -
HSV(B) 267.06º 0.55% 0.73% -
XYZ 21.58 14.91 48.75 -
YUV 110.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 131 85 187 0.30 0.55 0 0.27 267.06 0.43 0.53
Hex 83 55 BB 1E 37 0 1B 10B 2B 35
Octal 203 125 273 36 67 0 33 413 53 65
Binary 10000011 1010101 10111011 11110 110111 0 11011 100001011 101011 110101

Color Harmonies of #8355BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355BB

Black with #8355BB

Text Example


Text Example

White with #8355BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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