Html Css Color HEX #8A65BC Lilac Bush

📋 copy color: '#8A65BC'

red 138 ◦ green 101 ◦ blue 188

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

Shades of Lilac Bush #8A65BC

Tints of Lilac Bush #8A65BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 32.32%
G = 23.65%
B = 44.03%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A65BC (or 0x8A65BC) is known color: Lilac Bush. HEX triplet: 8A, 65 and BC. RGB value is (138,101,188). Sum of RGB (Red+Green+Blue) = 138+101+188=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A65BC is #759A43. Grayscale: #797979. Windows color (decimal): -7707204 or 12346762. OLE color: 12346762.

HSL color Cylindrical-coordinate representation of color #8A65BC: hue angle of 265.52º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A65BC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 101 188 -
CMYK 0.27 0.46 0 0.26
HSL 265.52º 0.39% 0.57% -
HSV(B) 265.52º 0.46% 0.74% -
XYZ 24.21 18.34 49.84 -
YUV 121.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 138 101 188 0.27 0.46 0 0.26 265.52 0.39 0.57
Hex 8A 65 BC 1B 2E 0 1A 10A 27 39
Octal 212 145 274 33 56 0 32 412 47 71
Binary 10001010 1100101 10111100 11011 101110 0 11010 100001010 100111 111001

Color Harmonies of #8A65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A65BC

Black with #8A65BC

Text Example


Text Example

White with #8A65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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