Html Css Color HEX #9A51CA Deep Lilac

📋 copy color: '#9A51CA'

red 154 ◦ green 81 ◦ blue 202

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

Shades of Deep Lilac #9A51CA

Tints of Deep Lilac #9A51CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 35.24%
G = 18.54%
B = 46.22%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A51CA (or 0x9A51CA) is known color: Deep Lilac. HEX triplet: 9A, 51 and CA. RGB value is (154,81,202). Sum of RGB (Red+Green+Blue) = 154+81+202=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51CA is #65AE35. Grayscale: #747474. Windows color (decimal): -6663734 or 13259162. OLE color: 13259162.

HSL color Cylindrical-coordinate representation of color #9A51CA: hue angle of 276.2º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A51CA is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 81 202 -
CMYK 0.24 0.60 0 0.21
HSL 276.2º 0.53% 0.55% -
HSV(B) 276.2º 0.6% 0.79% -
XYZ 26.93 17.02 57.74 -
YUV 116.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 154 81 202 0.24 0.60 0 0.21 276.2 0.53 0.55
Hex 9A 51 CA 18 3C 0 15 114 35 37
Octal 232 121 312 30 74 0 25 424 65 67
Binary 10011010 1010001 11001010 11000 111100 0 10101 100010100 110101 110111

Color Harmonies of #9A51CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A51CA

Black with #9A51CA

Text Example


Text Example

White with #9A51CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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