Html Css Color HEX #9A54CC Deep Lilac

📋 copy color: '#9A54CC'

red 154 ◦ green 84 ◦ blue 204

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

Shades of Deep Lilac #9A54CC

Tints of Deep Lilac #9A54CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 34.84%
G = 19%
B = 46.15%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A54CC (or 0x9A54CC) is known color: Deep Lilac. HEX triplet: 9A, 54 and CC. RGB value is (154,84,204). Sum of RGB (Red+Green+Blue) = 154+84+204=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A54CC is #65AB33. Grayscale: #767676. Windows color (decimal): -6662964 or 13391002. OLE color: 13391002.

HSL color Cylindrical-coordinate representation of color #9A54CC: hue angle of 275º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A54CC is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 84 204 -
CMYK 0.25 0.59 0 0.2
HSL 275º 0.54% 0.56% -
HSV(B) 275º 0.59% 0.8% -
XYZ 27.4 17.57 59.07 -
YUV 118.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 154 84 204 0.25 0.59 0 0.2 275 0.54 0.56
Hex 9A 54 CC 19 3B 0 14 113 36 38
Octal 232 124 314 31 73 0 24 423 66 70
Binary 10011010 1010100 11001100 11001 111011 0 10100 100010011 110110 111000

Color Harmonies of #9A54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A54CC

Black with #9A54CC

Text Example


Text Example

White with #9A54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,84,204); }

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

background-color css

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

 a { background-color: rgb(154,84,204); }

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

border-color css

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

 span { border-color: rgb(154,84,204); }

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