Html Css Color HEX #9A51BC Deep Lilac

📋 copy color: '#9A51BC'

red 154 ◦ green 81 ◦ blue 188

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

Shades of Deep Lilac #9A51BC

Tints of Deep Lilac #9A51BC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.15%

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

R = 36.41%
G = 19.15%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A51BC (or 0x9A51BC) is known color: Deep Lilac. HEX triplet: 9A, 51 and BC. RGB value is (154,81,188). Sum of RGB (Red+Green+Blue) = 154+81+188=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A51BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51BC is #65AE43. Grayscale: #727272. Windows color (decimal): -6663748 or 12341658. OLE color: 12341658.

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

Color convert

RGB 154 81 188 -
CMYK 0.18 0.57 0 0.26
HSL 280.93º 0.44% 0.53% -
HSV(B) 280.93º 0.57% 0.74% -
XYZ 25.35 16.39 49.4 -
YUV 115.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 154 81 188 0.18 0.57 0 0.26 280.93 0.44 0.53
Hex 9A 51 BC 12 39 0 1A 119 2C 35
Octal 232 121 274 22 71 0 32 431 54 65
Binary 10011010 1010001 10111100 10010 111001 0 11010 100011001 101100 110101

Color Harmonies of #9A51BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A51BC

Black with #9A51BC

Text Example


Text Example

White with #9A51BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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