Html Css Color HEX #9A64BE Deep Lilac

📋 copy color: '#9A64BE'

red 154 ◦ green 100 ◦ blue 190

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

Shades of Deep Lilac #9A64BE

Tints of Deep Lilac #9A64BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.52%

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

R = 34.68%
G = 22.52%
B = 42.79%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A64BE (or 0x9A64BE) is known color: Deep Lilac. HEX triplet: 9A, 64 and BE. RGB value is (154,100,190). Sum of RGB (Red+Green+Blue) = 154+100+190=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A64BE is #659B41. Grayscale: #7E7E7E. Windows color (decimal): -6658882 or 12477594. OLE color: 12477594.

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

Color convert

RGB 154 100 190 -
CMYK 0.19 0.47 0 0.25
HSL 276º 0.41% 0.57% -
HSV(B) 276º 0.47% 0.75% -
XYZ 27.18 19.7 51.09 -
YUV 126.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 154 100 190 0.19 0.47 0 0.25 276 0.41 0.57
Hex 9A 64 BE 13 2F 0 19 114 29 39
Octal 232 144 276 23 57 0 31 424 51 71
Binary 10011010 1100100 10111110 10011 101111 0 11001 100010100 101001 111001

Color Harmonies of #9A64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A64BE

Black with #9A64BE

Text Example


Text Example

White with #9A64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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