Html Css Color HEX #9652BA Deep Lilac

📋 copy color: '#9652BA'

red 150 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #9652BA

Tints of Deep Lilac #9652BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.62%

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 35.89%
G = 19.62%
B = 44.5%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9652BA (or 0x9652BA) is known color: Deep Lilac. HEX triplet: 96, 52 and BA. RGB value is (150,82,186). Sum of RGB (Red+Green+Blue) = 150+82+186=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9652BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652BA is #69AD45. Grayscale: #717171. Windows color (decimal): -6925638 or 12210838. OLE color: 12210838.

HSL color Cylindrical-coordinate representation of color #9652BA: hue angle of 279.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9652BA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 82 186 -
CMYK 0.19 0.56 0 0.27
HSL 279.23º 0.43% 0.53% -
HSV(B) 279.23º 0.56% 0.73% -
XYZ 24.46 16.06 48.27 -
YUV 114.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 150 82 186 0.19 0.56 0 0.27 279.23 0.43 0.53
Hex 96 52 BA 13 38 0 1B 117 2B 35
Octal 226 122 272 23 70 0 33 427 53 65
Binary 10010110 1010010 10111010 10011 111000 0 11011 100010111 101011 110101

Color Harmonies of #9652BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9652BA

Black with #9652BA

Text Example


Text Example

White with #9652BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9652BA; }

 p { color: rgb(150,82,186); }

 H1.HeaderClassName
 {
   color: #9652BA;
 }
 .AnyTagClassName
 {
   color: #9652BA;
 }
</style>

background-color css

<style>
 a { background-color: #9652BA; }

 a { background-color: rgb(150,82,186); }

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

border-color css

<style>
 span { border-color: #9652BA; }

 span { border-color: rgb(150,82,186); }

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