Html Css Color HEX #9658AD Deep Lilac

📋 copy color: '#9658AD'

red 150 ◦ green 88 ◦ blue 173

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

Shades of Deep Lilac #9658AD

Tints of Deep Lilac #9658AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 36.5%
G = 21.41%
B = 42.09%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9658AD (or 0x9658AD) is known color: Deep Lilac. HEX triplet: 96, 58 and AD. RGB value is (150,88,173). Sum of RGB (Red+Green+Blue) = 150+88+173=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #9658AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9658AD is #69A752. Grayscale: #737373. Windows color (decimal): -6924115 or 11360406. OLE color: 11360406.

HSL color Cylindrical-coordinate representation of color #9658AD: hue angle of 283.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9658AD is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 88 173 -
CMYK 0.13 0.49 0 0.32
HSL 283.76º 0.34% 0.51% -
HSV(B) 283.76º 0.49% 0.68% -
XYZ 23.61 16.48 41.47 -
YUV 116.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 150 88 173 0.13 0.49 0 0.32 283.76 0.34 0.51
Hex 96 58 AD D 31 0 20 11C 22 33
Octal 226 130 255 15 61 0 40 434 42 63
Binary 10010110 1011000 10101101 1101 110001 0 100000 100011100 100010 110011

Color Harmonies of #9658AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9658AD

Black with #9658AD

Text Example


Text Example

White with #9658AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9658AD; }

 p { color: rgb(150,88,173); }

 H1.HeaderClassName
 {
   color: #9658AD;
 }
 .AnyTagClassName
 {
   color: #9658AD;
 }
</style>

background-color css

<style>
 a { background-color: #9658AD; }

 a { background-color: rgb(150,88,173); }

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

border-color css

<style>
 span { border-color: #9658AD; }

 span { border-color: rgb(150,88,173); }

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