Html Css Color HEX #9654BE Deep Lilac

📋 copy color: '#9654BE'

red 150 ◦ green 84 ◦ blue 190

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

Shades of Deep Lilac #9654BE

Tints of Deep Lilac #9654BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.81%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 35.38%
G = 19.81%
B = 44.81%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9654BE (or 0x9654BE) is known color: Deep Lilac. HEX triplet: 96, 54 and BE. RGB value is (150,84,190). Sum of RGB (Red+Green+Blue) = 150+84+190=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #9654BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9654BE is #69AB41. Grayscale: #737373. Windows color (decimal): -6925122 or 12473494. OLE color: 12473494.

HSL color Cylindrical-coordinate representation of color #9654BE: hue angle of 277.36º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9654BE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 84 190 -
CMYK 0.21 0.56 0 0.25
HSL 277.36º 0.45% 0.54% -
HSV(B) 277.36º 0.56% 0.75% -
XYZ 25.04 16.54 50.59 -
YUV 115.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 150 84 190 0.21 0.56 0 0.25 277.36 0.45 0.54
Hex 96 54 BE 15 38 0 19 115 2D 36
Octal 226 124 276 25 70 0 31 425 55 66
Binary 10010110 1010100 10111110 10101 111000 0 11001 100010101 101101 110110

Color Harmonies of #9654BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9654BE

Black with #9654BE

Text Example


Text Example

White with #9654BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9654BE; }

 p { color: rgb(150,84,190); }

 H1.HeaderClassName
 {
   color: #9654BE;
 }
 .AnyTagClassName
 {
   color: #9654BE;
 }
</style>

background-color css

<style>
 a { background-color: #9654BE; }

 a { background-color: rgb(150,84,190); }

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

border-color css

<style>
 span { border-color: #9654BE; }

 span { border-color: rgb(150,84,190); }

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