Html Css Color HEX #8A5DBE Lilac Bush

📋 copy color: '#8A5DBE'

red 138 ◦ green 93 ◦ blue 190

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

Shades of Lilac Bush #8A5DBE

Tints of Lilac Bush #8A5DBE

RGB

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

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

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

R = 32.78%
G = 22.09%
B = 45.13%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A5DBE (or 0x8A5DBE) is known color: Lilac Bush. HEX triplet: 8A, 5D and BE. RGB value is (138,93,190). Sum of RGB (Red+Green+Blue) = 138+93+190=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5DBE is #75A241. Grayscale: #757575. Windows color (decimal): -7709250 or 12475786. OLE color: 12475786.

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

Color convert

RGB 138 93 190 -
CMYK 0.27 0.51 0 0.25
HSL 267.84º 0.43% 0.55% -
HSV(B) 267.84º 0.51% 0.75% -
XYZ 23.69 16.95 50.74 -
YUV 117.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 138 93 190 0.27 0.51 0 0.25 267.84 0.43 0.55
Hex 8A 5D BE 1B 33 0 19 10C 2B 37
Octal 212 135 276 33 63 0 31 414 53 67
Binary 10001010 1011101 10111110 11011 110011 0 11001 100001100 101011 110111

Color Harmonies of #8A5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5DBE

Black with #8A5DBE

Text Example


Text Example

White with #8A5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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