Html Css Color HEX #8355BE Deep Lilac

📋 copy color: '#8355BE'

red 131 ◦ green 85 ◦ blue 190

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

Shades of Deep Lilac #8355BE

Tints of Deep Lilac #8355BE

RGB

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

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

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

R = 32.27%
G = 20.94%
B = 46.8%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8355BE (or 0x8355BE) is known color: Deep Lilac. HEX triplet: 83, 55 and BE. RGB value is (131,85,190). Sum of RGB (Red+Green+Blue) = 131+85+190=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #8355BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355BE is #7CAA41. Grayscale: #6E6E6E. Windows color (decimal): -8170050 or 12473731. OLE color: 12473731.

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

Color convert

RGB 131 85 190 -
CMYK 0.31 0.55 0 0.25
HSL 266.29º 0.45% 0.54% -
HSV(B) 266.29º 0.55% 0.75% -
XYZ 21.9 15.04 50.46 -
YUV 110.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 131 85 190 0.31 0.55 0 0.25 266.29 0.45 0.54
Hex 83 55 BE 1F 37 0 19 10A 2D 36
Octal 203 125 276 37 67 0 31 412 55 66
Binary 10000011 1010101 10111110 11111 110111 0 11001 100001010 101101 110110

Color Harmonies of #8355BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355BE

Black with #8355BE

Text Example


Text Example

White with #8355BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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