Html Css Color HEX #8F5DBA Deep Lilac

📋 copy color: '#8F5DBA'

red 143 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #8F5DBA

Tints of Deep Lilac #8F5DBA

RGB

 RED value IS 143 (56.25% from 255) = 33.89%

 GREEN value IS 93 (36.72% from 255) = 22.04%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 33.89%
G = 22.04%
B = 44.08%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F5DBA (or 0x8F5DBA) is known color: Deep Lilac. HEX triplet: 8F, 5D and BA. RGB value is (143,93,186). Sum of RGB (Red+Green+Blue) = 143+93+186=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5DBA is #70A245. Grayscale: #767676. Windows color (decimal): -7381574 or 12213647. OLE color: 12213647.

HSL color Cylindrical-coordinate representation of color #8F5DBA: hue angle of 272.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F5DBA is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 93 186 -
CMYK 0.23 0.5 0 0.27
HSL 272.26º 0.4% 0.55% -
HSV(B) 272.26º 0.5% 0.73% -
XYZ 24.1 17.21 48.51 -
YUV 118.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 143 93 186 0.23 0.5 0 0.27 272.26 0.4 0.55
Hex 8F 5D BA 17 32 0 1B 110 28 37
Octal 217 135 272 27 62 0 33 420 50 67
Binary 10001111 1011101 10111010 10111 110010 0 11011 100010000 101000 110111

Color Harmonies of #8F5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5DBA

Black with #8F5DBA

Text Example


Text Example

White with #8F5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F5DBA; }

 p { color: rgb(143,93,186); }

 H1.HeaderClassName
 {
   color: #8F5DBA;
 }
 .AnyTagClassName
 {
   color: #8F5DBA;
 }
</style>

background-color css

<style>
 a { background-color: #8F5DBA; }

 a { background-color: rgb(143,93,186); }

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

border-color css

<style>
 span { border-color: #8F5DBA; }

 span { border-color: rgb(143,93,186); }

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