Html Css Color HEX #8A46BE Deep Lilac

📋 copy color: '#8A46BE'

red 138 ◦ green 70 ◦ blue 190

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

Shades of Deep Lilac #8A46BE

Tints of Deep Lilac #8A46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.59%

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

R = 34.67%
G = 17.59%
B = 47.74%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A46BE (or 0x8A46BE) is known color: Deep Lilac. HEX triplet: 8A, 46 and BE. RGB value is (138,70,190). Sum of RGB (Red+Green+Blue) = 138+70+190=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A46BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A46BE is #75B941. Grayscale: #676767. Windows color (decimal): -7715138 or 12469898. OLE color: 12469898.

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

Color convert

RGB 138 70 190 -
CMYK 0.27 0.63 0 0.25
HSL 274º 0.48% 0.51% -
HSV(B) 274º 0.63% 0.75% -
XYZ 21.97 13.5 50.16 -
YUV 104.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 138 70 190 0.27 0.63 0 0.25 274 0.48 0.51
Hex 8A 46 BE 1B 3F 0 19 112 30 33
Octal 212 106 276 33 77 0 31 422 60 63
Binary 10001010 1000110 10111110 11011 111111 0 11001 100010010 110000 110011

Color Harmonies of #8A46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A46BE

Black with #8A46BE

Text Example


Text Example

White with #8A46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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