Html Css Color HEX #9755BA Deep Lilac

📋 copy color: '#9755BA'

red 151 ◦ green 85 ◦ blue 186

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

Shades of Deep Lilac #9755BA

Tints of Deep Lilac #9755BA

RGB

 RED value IS 151 (59.38% from 255) = 35.78%

 GREEN value IS 85 (33.59% from 255) = 20.14%

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

R = 35.78%
G = 20.14%
B = 44.08%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9755BA (or 0x9755BA) is known color: Deep Lilac. HEX triplet: 97, 55 and BA. RGB value is (151,85,186). Sum of RGB (Red+Green+Blue) = 151+85+186=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9755BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9755BA is #68AA45. Grayscale: #737373. Windows color (decimal): -6859334 or 12211607. OLE color: 12211607.

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

Color convert

RGB 151 85 186 -
CMYK 0.19 0.54 0 0.27
HSL 279.21º 0.42% 0.53% -
HSV(B) 279.21º 0.54% 0.73% -
XYZ 24.87 16.62 48.35 -
YUV 116.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 151 85 186 0.19 0.54 0 0.27 279.21 0.42 0.53
Hex 97 55 BA 13 36 0 1B 117 2A 35
Octal 227 125 272 23 66 0 33 427 52 65
Binary 10010111 1010101 10111010 10011 110110 0 11011 100010111 101010 110101

Color Harmonies of #9755BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9755BA

Black with #9755BA

Text Example


Text Example

White with #9755BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,85,186); }

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

background-color css

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

 a { background-color: rgb(151,85,186); }

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

border-color css

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

 span { border-color: rgb(151,85,186); }

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