Html Css Color HEX #9654B4 Deep Lilac

📋 copy color: '#9654B4'

red 150 ◦ green 84 ◦ blue 180

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

Shades of Deep Lilac #9654B4

Tints of Deep Lilac #9654B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.48%

R = 36.23%
G = 20.29%
B = 43.48%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9654B4 (or 0x9654B4) is known color: Deep Lilac. HEX triplet: 96, 54 and B4. RGB value is (150,84,180). Sum of RGB (Red+Green+Blue) = 150+84+180=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #9654B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9654B4 is #69AB4B. Grayscale: #727272. Windows color (decimal): -6925132 or 11818134. OLE color: 11818134.

HSL color Cylindrical-coordinate representation of color #9654B4: hue angle of 281.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9654B4 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 84 180 -
CMYK 0.17 0.53 0 0.29
HSL 281.25º 0.39% 0.52% -
HSV(B) 281.25º 0.53% 0.71% -
XYZ 23.99 16.12 45.03 -
YUV 114.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 150 84 180 0.17 0.53 0 0.29 281.25 0.39 0.52
Hex 96 54 B4 11 35 0 1D 119 27 34
Octal 226 124 264 21 65 0 35 431 47 64
Binary 10010110 1010100 10110100 10001 110101 0 11101 100011001 100111 110100

Color Harmonies of #9654B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9654B4

Black with #9654B4

Text Example


Text Example

White with #9654B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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