Html Css Color HEX #9653AF Deep Lilac

📋 copy color: '#9653AF'

red 150 ◦ green 83 ◦ blue 175

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

Shades of Deep Lilac #9653AF

Tints of Deep Lilac #9653AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 36.76%
G = 20.34%
B = 42.89%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9653AF (or 0x9653AF) is known color: Deep Lilac. HEX triplet: 96, 53 and AF. RGB value is (150,83,175). Sum of RGB (Red+Green+Blue) = 150+83+175=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #9653AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9653AF is #69AC50. Grayscale: #717171. Windows color (decimal): -6925393 or 11490198. OLE color: 11490198.

HSL color Cylindrical-coordinate representation of color #9653AF: hue angle of 283.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9653AF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 83 175 -
CMYK 0.14 0.53 0 0.31
HSL 283.7º 0.37% 0.51% -
HSV(B) 283.7º 0.53% 0.69% -
XYZ 23.41 15.77 42.37 -
YUV 113.52 162.7 154.02 -
System Red Green Blue C M Y K H S L
Decimal 150 83 175 0.14 0.53 0 0.31 283.7 0.37 0.51
Hex 96 53 AF E 35 0 1F 11C 25 33
Octal 226 123 257 16 65 0 37 434 45 63
Binary 10010110 1010011 10101111 1110 110101 0 11111 100011100 100101 110011

Color Harmonies of #9653AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9653AF

Black with #9653AF

Text Example


Text Example

White with #9653AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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