Html Css Color HEX #9A4BCD Deep Lilac

📋 copy color: '#9A4BCD'

red 154 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #9A4BCD

Tints of Deep Lilac #9A4BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.28%

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 35.48%
G = 17.28%
B = 47.24%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A4BCD (or 0x9A4BCD) is known color: Deep Lilac. HEX triplet: 9A, 4B and CD. RGB value is (154,75,205). Sum of RGB (Red+Green+Blue) = 154+75+205=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4BCD is #65B432. Grayscale: #707070. Windows color (decimal): -6665267 or 13454234. OLE color: 13454234.

HSL color Cylindrical-coordinate representation of color #9A4BCD: hue angle of 276.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A4BCD is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 75 205 -
CMYK 0.25 0.63 0 0.20
HSL 276.46º 0.57% 0.55% -
HSV(B) 276.46º 0.63% 0.8% -
XYZ 26.86 16.31 59.49 -
YUV 113.44 179.67 156.93 -
System Red Green Blue C M Y K H S L
Decimal 154 75 205 0.25 0.63 0 0.20 276.46 0.57 0.55
Hex 9A 4B CD 19 3F 0 14 114 39 37
Octal 232 113 315 31 77 0 24 424 71 67
Binary 10011010 1001011 11001101 11001 111111 0 10100 100010100 111001 110111

Color Harmonies of #9A4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4BCD

Black with #9A4BCD

Text Example


Text Example

White with #9A4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,75,205); }

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

background-color css

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

 a { background-color: rgb(154,75,205); }

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

border-color css

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

 span { border-color: rgb(154,75,205); }

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