Html Css Color HEX #9A40BC Deep Lilac

📋 copy color: '#9A40BC'

red 154 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #9A40BC

Tints of Deep Lilac #9A40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 37.93%
G = 15.76%
B = 46.31%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A40BC (or 0x9A40BC) is known color: Deep Lilac. HEX triplet: 9A, 40 and BC. RGB value is (154,64,188). Sum of RGB (Red+Green+Blue) = 154+64+188=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A40BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A40BC is #65BF43. Grayscale: #686868. Windows color (decimal): -6668100 or 12337306. OLE color: 12337306.

HSL color Cylindrical-coordinate representation of color #9A40BC: hue angle of 283.55º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A40BC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 64 188 -
CMYK 0.18 0.66 0 0.26
HSL 283.55º 0.49% 0.49% -
HSV(B) 283.55º 0.66% 0.74% -
XYZ 24.24 14.17 49.03 -
YUV 105.05 174.82 162.92 -
System Red Green Blue C M Y K H S L
Decimal 154 64 188 0.18 0.66 0 0.26 283.55 0.49 0.49
Hex 9A 40 BC 12 42 0 1A 11C 31 31
Octal 232 100 274 22 102 0 32 434 61 61
Binary 10011010 1000000 10111100 10010 1000010 0 11010 100011100 110001 110001

Color Harmonies of #9A40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A40BC

Black with #9A40BC

Text Example


Text Example

White with #9A40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,64,188); }

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

background-color css

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

 a { background-color: rgb(154,64,188); }

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

border-color css

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

 span { border-color: rgb(154,64,188); }

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