Html Css Color HEX #9653AC Deep Lilac

📋 copy color: '#9653AC'

red 150 ◦ green 83 ◦ blue 172

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

Shades of Deep Lilac #9653AC

Tints of Deep Lilac #9653AC

RGB

 RED value IS 150 (58.98% from 255) = 37.04%

 GREEN value IS 83 (32.81% from 255) = 20.49%

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 37.04%
G = 20.49%
B = 42.47%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9653AC (or 0x9653AC) is known color: Deep Lilac. HEX triplet: 96, 53 and AC. RGB value is (150,83,172). Sum of RGB (Red+Green+Blue) = 150+83+172=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #9653AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9653AC is #69AC53. Grayscale: #707070. Windows color (decimal): -6925396 or 11293590. OLE color: 11293590.

HSL color Cylindrical-coordinate representation of color #9653AC: hue angle of 285.17º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9653AC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 83 172 -
CMYK 0.13 0.52 0 0.33
HSL 285.17º 0.35% 0.5% -
HSV(B) 285.17º 0.52% 0.67% -
XYZ 23.12 15.65 40.83 -
YUV 113.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 150 83 172 0.13 0.52 0 0.33 285.17 0.35 0.5
Hex 96 53 AC D 34 0 21 11D 23 32
Octal 226 123 254 15 64 0 41 435 43 62
Binary 10010110 1010011 10101100 1101 110100 0 100001 100011101 100011 110010

Color Harmonies of #9653AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9653AC

Black with #9653AC

Text Example


Text Example

White with #9653AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9653AC; }

 p { color: rgb(150,83,172); }

 H1.HeaderClassName
 {
   color: #9653AC;
 }
 .AnyTagClassName
 {
   color: #9653AC;
 }
</style>

background-color css

<style>
 a { background-color: #9653AC; }

 a { background-color: rgb(150,83,172); }

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

border-color css

<style>
 span { border-color: #9653AC; }

 span { border-color: rgb(150,83,172); }

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