Html Css Color HEX #9A67BA Deep Lilac

📋 copy color: '#9A67BA'

red 154 ◦ green 103 ◦ blue 186

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

Shades of Deep Lilac #9A67BA

Tints of Deep Lilac #9A67BA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.25%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 34.76%
G = 23.25%
B = 41.99%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A67BA (or 0x9A67BA) is known color: Deep Lilac. HEX triplet: 9A, 67 and BA. RGB value is (154,103,186). Sum of RGB (Red+Green+Blue) = 154+103+186=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A67BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A67BA is #659845. Grayscale: #7F7F7F. Windows color (decimal): -6658118 or 12216218. OLE color: 12216218.

HSL color Cylindrical-coordinate representation of color #9A67BA: hue angle of 276.87º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A67BA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 103 186 -
CMYK 0.17 0.45 0 0.27
HSL 276.87º 0.38% 0.57% -
HSV(B) 276.87º 0.45% 0.73% -
XYZ 27.04 20.12 48.91 -
YUV 127.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 154 103 186 0.17 0.45 0 0.27 276.87 0.38 0.57
Hex 9A 67 BA 11 2D 0 1B 115 26 39
Octal 232 147 272 21 55 0 33 425 46 71
Binary 10011010 1100111 10111010 10001 101101 0 11011 100010101 100110 111001

Color Harmonies of #9A67BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A67BA

Black with #9A67BA

Text Example


Text Example

White with #9A67BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,103,186); }

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

background-color css

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

 a { background-color: rgb(154,103,186); }

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

border-color css

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

 span { border-color: rgb(154,103,186); }

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