Html Css Color HEX #9A4ABC Deep Lilac

📋 copy color: '#9A4ABC'

red 154 ◦ green 74 ◦ blue 188

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

Shades of Deep Lilac #9A4ABC

Tints of Deep Lilac #9A4ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

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

R = 37.02%
G = 17.79%
B = 45.19%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A4ABC (or 0x9A4ABC) is known color: Deep Lilac. HEX triplet: 9A, 4A and BC. RGB value is (154,74,188). Sum of RGB (Red+Green+Blue) = 154+74+188=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4ABC is #65B543. Grayscale: #6E6E6E. Windows color (decimal): -6665540 or 12339866. OLE color: 12339866.

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

Color convert

RGB 154 74 188 -
CMYK 0.18 0.61 0 0.26
HSL 282.11º 0.46% 0.51% -
HSV(B) 282.11º 0.61% 0.74% -
XYZ 24.85 15.4 49.24 -
YUV 110.92 171.5 158.73 -
System Red Green Blue C M Y K H S L
Decimal 154 74 188 0.18 0.61 0 0.26 282.11 0.46 0.51
Hex 9A 4A BC 12 3D 0 1A 11A 2E 33
Octal 232 112 274 22 75 0 32 432 56 63
Binary 10011010 1001010 10111100 10010 111101 0 11010 100011010 101110 110011

Color Harmonies of #9A4ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4ABC

Black with #9A4ABC

Text Example


Text Example

White with #9A4ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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