Html Css Color HEX #9A46BE Deep Lilac

📋 copy color: '#9A46BE'

red 154 ◦ green 70 ◦ blue 190

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

Shades of Deep Lilac #9A46BE

Tints of Deep Lilac #9A46BE

RGB

 RED value IS 154 (60.55% from 255) = 37.2%

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

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

R = 37.2%
G = 16.91%
B = 45.89%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A46BE (or 0x9A46BE) is known color: Deep Lilac. HEX triplet: 9A, 46 and BE. RGB value is (154,70,190). Sum of RGB (Red+Green+Blue) = 154+70+190=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A46BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A46BE is #65B941. Grayscale: #6C6C6C. Windows color (decimal): -6666562 or 12469914. OLE color: 12469914.

HSL color Cylindrical-coordinate representation of color #9A46BE: hue angle of 282º 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 #9A46BE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 70 190 -
CMYK 0.19 0.63 0 0.25
HSL 282º 0.48% 0.51% -
HSV(B) 282º 0.63% 0.75% -
XYZ 24.81 14.97 50.3 -
YUV 108.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 154 70 190 0.19 0.63 0 0.25 282 0.48 0.51
Hex 9A 46 BE 13 3F 0 19 11A 30 33
Octal 232 106 276 23 77 0 31 432 60 63
Binary 10011010 1000110 10111110 10011 111111 0 11001 100011010 110000 110011

Color Harmonies of #9A46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A46BE

Black with #9A46BE

Text Example


Text Example

White with #9A46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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