Html Css Color HEX #8A61B6 Lilac Bush

📋 copy color: '#8A61B6'

red 138 ◦ green 97 ◦ blue 182

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

Shades of Lilac Bush #8A61B6

Tints of Lilac Bush #8A61B6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

 BLUE value IS 182 (71.48% from 255) = 43.65%

R = 33.09%
G = 23.26%
B = 43.65%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A61B6 (or 0x8A61B6) is known color: Lilac Bush. HEX triplet: 8A, 61 and B6. RGB value is (138,97,182). Sum of RGB (Red+Green+Blue) = 138+97+182=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A61B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A61B6 is #759E49. Grayscale: #767676. Windows color (decimal): -7708234 or 11952522. OLE color: 11952522.

HSL color Cylindrical-coordinate representation of color #8A61B6: hue angle of 268.94º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A61B6 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 97 182 -
CMYK 0.24 0.47 0 0.29
HSL 268.94º 0.37% 0.55% -
HSV(B) 268.94º 0.47% 0.71% -
XYZ 23.2 17.33 46.38 -
YUV 118.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 138 97 182 0.24 0.47 0 0.29 268.94 0.37 0.55
Hex 8A 61 B6 18 2F 0 1D 10D 25 37
Octal 212 141 266 30 57 0 35 415 45 67
Binary 10001010 1100001 10110110 11000 101111 0 11101 100001101 100101 110111

Color Harmonies of #8A61B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A61B6

Black with #8A61B6

Text Example


Text Example

White with #8A61B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,97,182); }

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

background-color css

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

 a { background-color: rgb(138,97,182); }

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

border-color css

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

 span { border-color: rgb(138,97,182); }

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