Html Css Color HEX #8A65BE Lilac Bush

📋 copy color: '#8A65BE'

red 138 ◦ green 101 ◦ blue 190

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

Shades of Lilac Bush #8A65BE

Tints of Lilac Bush #8A65BE

RGB

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

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

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

R = 32.17%
G = 23.54%
B = 44.29%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A65BE (or 0x8A65BE) is known color: Lilac Bush. HEX triplet: 8A, 65 and BE. RGB value is (138,101,190). Sum of RGB (Red+Green+Blue) = 138+101+190=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A65BE is #759A41. Grayscale: #797979. Windows color (decimal): -7707202 or 12477834. OLE color: 12477834.

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

Color convert

RGB 138 101 190 -
CMYK 0.27 0.47 0 0.25
HSL 264.94º 0.41% 0.57% -
HSV(B) 264.94º 0.47% 0.75% -
XYZ 24.43 18.43 50.98 -
YUV 122.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 138 101 190 0.27 0.47 0 0.25 264.94 0.41 0.57
Hex 8A 65 BE 1B 2F 0 19 109 29 39
Octal 212 145 276 33 57 0 31 411 51 71
Binary 10001010 1100101 10111110 11011 101111 0 11001 100001001 101001 111001

Color Harmonies of #8A65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A65BE

Black with #8A65BE

Text Example


Text Example

White with #8A65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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