Html Css Color HEX #9653BD Deep Lilac

📋 copy color: '#9653BD'

red 150 ◦ green 83 ◦ blue 189

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

Shades of Deep Lilac #9653BD

Tints of Deep Lilac #9653BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 35.55%
G = 19.67%
B = 44.79%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9653BD (or 0x9653BD) is known color: Deep Lilac. HEX triplet: 96, 53 and BD. RGB value is (150,83,189). Sum of RGB (Red+Green+Blue) = 150+83+189=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #9653BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653BD is #69AC42. Grayscale: #727272. Windows color (decimal): -6925379 or 12407702. OLE color: 12407702.

HSL color Cylindrical-coordinate representation of color #9653BD: hue angle of 277.92º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9653BD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 83 189 -
CMYK 0.21 0.56 0 0.26
HSL 277.92º 0.45% 0.53% -
HSV(B) 277.92º 0.56% 0.74% -
XYZ 24.86 16.34 49.99 -
YUV 115.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 150 83 189 0.21 0.56 0 0.26 277.92 0.45 0.53
Hex 96 53 BD 15 38 0 1A 116 2D 35
Octal 226 123 275 25 70 0 32 426 55 65
Binary 10010110 1010011 10111101 10101 111000 0 11010 100010110 101101 110101

Color Harmonies of #9653BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9653BD

Black with #9653BD

Text Example


Text Example

White with #9653BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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