Html Css Color HEX #8F5ABF Deep Lilac

📋 copy color: '#8F5ABF'

red 143 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #8F5ABF

Tints of Deep Lilac #8F5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.23%

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

R = 33.73%
G = 21.23%
B = 45.05%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F5ABF (or 0x8F5ABF) is known color: Deep Lilac. HEX triplet: 8F, 5A and BF. RGB value is (143,90,191). Sum of RGB (Red+Green+Blue) = 143+90+191=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5ABF is #70A540. Grayscale: #757575. Windows color (decimal): -7382337 or 12540559. OLE color: 12540559.

HSL color Cylindrical-coordinate representation of color #8F5ABF: hue angle of 271.49º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F5ABF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 90 191 -
CMYK 0.25 0.53 0 0.25
HSL 271.49º 0.44% 0.55% -
HSV(B) 271.49º 0.53% 0.75% -
XYZ 24.39 16.91 51.27 -
YUV 117.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 143 90 191 0.25 0.53 0 0.25 271.49 0.44 0.55
Hex 8F 5A BF 19 35 0 19 10F 2C 37
Octal 217 132 277 31 65 0 31 417 54 67
Binary 10001111 1011010 10111111 11001 110101 0 11001 100001111 101100 110111

Color Harmonies of #8F5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5ABF

Black with #8F5ABF

Text Example


Text Example

White with #8F5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,90,191); }

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

background-color css

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

 a { background-color: rgb(143,90,191); }

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

border-color css

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

 span { border-color: rgb(143,90,191); }

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