Html Css Color HEX #8A5FBE Lilac Bush

📋 copy color: '#8A5FBE'

red 138 ◦ green 95 ◦ blue 190

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

Shades of Lilac Bush #8A5FBE

Tints of Lilac Bush #8A5FBE

RGB

 RED value IS 138 (54.3% from 255) = 32.62%

 GREEN value IS 95 (37.5% from 255) = 22.46%

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

R = 32.62%
G = 22.46%
B = 44.92%

CMYK

 C value IS 0.27

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A5FBE (or 0x8A5FBE) is known color: Lilac Bush. HEX triplet: 8A, 5F and BE. RGB value is (138,95,190). Sum of RGB (Red+Green+Blue) = 138+95+190=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A5FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5FBE is #75A041. Grayscale: #767676. Windows color (decimal): -7708738 or 12476298. OLE color: 12476298.

HSL color Cylindrical-coordinate representation of color #8A5FBE: hue angle of 267.16º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A5FBE is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 95 190 -
CMYK 0.27 0.5 0 0.25
HSL 267.16º 0.42% 0.56% -
HSV(B) 267.16º 0.5% 0.75% -
XYZ 23.87 17.31 50.8 -
YUV 118.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 138 95 190 0.27 0.5 0 0.25 267.16 0.42 0.56
Hex 8A 5F BE 1B 32 0 19 10B 2A 38
Octal 212 137 276 33 62 0 31 413 52 70
Binary 10001010 1011111 10111110 11011 110010 0 11001 100001011 101010 111000

Color Harmonies of #8A5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5FBE

Black with #8A5FBE

Text Example


Text Example

White with #8A5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,95,190); }

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

background-color css

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

 a { background-color: rgb(138,95,190); }

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

border-color css

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

 span { border-color: rgb(138,95,190); }

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