Html Css Color HEX #9658BA Deep Lilac

📋 copy color: '#9658BA'

red 150 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #9658BA

Tints of Deep Lilac #9658BA

RGB

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

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

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

R = 35.38%
G = 20.75%
B = 43.87%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9658BA (or 0x9658BA) is known color: Deep Lilac. HEX triplet: 96, 58 and BA. RGB value is (150,88,186). Sum of RGB (Red+Green+Blue) = 150+88+186=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #9658BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9658BA is #69A745. Grayscale: #757575. Windows color (decimal): -6924102 or 12212374. OLE color: 12212374.

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

Color convert

RGB 150 88 186 -
CMYK 0.19 0.53 0 0.27
HSL 277.96º 0.42% 0.54% -
HSV(B) 277.96º 0.53% 0.73% -
XYZ 24.93 17.01 48.42 -
YUV 117.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 150 88 186 0.19 0.53 0 0.27 277.96 0.42 0.54
Hex 96 58 BA 13 35 0 1B 116 2A 36
Octal 226 130 272 23 65 0 33 426 52 66
Binary 10010110 1011000 10111010 10011 110101 0 11011 100010110 101010 110110

Color Harmonies of #9658BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9658BA

Black with #9658BA

Text Example


Text Example

White with #9658BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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