Html Css Color HEX #8F65BA Lilac Bush

📋 copy color: '#8F65BA'

red 143 ◦ green 101 ◦ blue 186

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

Shades of Lilac Bush #8F65BA

Tints of Lilac Bush #8F65BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.49%

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

R = 33.26%
G = 23.49%
B = 43.26%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F65BA (or 0x8F65BA) is known color: Lilac Bush. HEX triplet: 8F, 65 and BA. RGB value is (143,101,186). Sum of RGB (Red+Green+Blue) = 143+101+186=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F65BA is #709A45. Grayscale: #7A7A7A. Windows color (decimal): -7379526 or 12215695. OLE color: 12215695.

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

Color convert

RGB 143 101 186 -
CMYK 0.23 0.46 0 0.27
HSL 269.65º 0.38% 0.56% -
HSV(B) 269.65º 0.46% 0.73% -
XYZ 24.84 18.69 48.75 -
YUV 123.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 143 101 186 0.23 0.46 0 0.27 269.65 0.38 0.56
Hex 8F 65 BA 17 2E 0 1B 10E 26 38
Octal 217 145 272 27 56 0 33 416 46 70
Binary 10001111 1100101 10111010 10111 101110 0 11011 100001110 100110 111000

Color Harmonies of #8F65BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F65BA

Black with #8F65BA

Text Example


Text Example

White with #8F65BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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