Html Css Color HEX #9758BA Deep Lilac

📋 copy color: '#9758BA'

red 151 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #9758BA

Tints of Deep Lilac #9758BA

RGB

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

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

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

R = 35.53%
G = 20.71%
B = 43.76%

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

#9758BA (or 0x9758BA) is known color: Deep Lilac. HEX triplet: 97, 58 and BA. RGB value is (151,88,186). Sum of RGB (Red+Green+Blue) = 151+88+186=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #9758BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9758BA is #68A745. Grayscale: #757575. Windows color (decimal): -6858566 or 12212375. OLE color: 12212375.

HSL color Cylindrical-coordinate representation of color #9758BA: hue angle of 278.57º 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 #9758BA is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 88 186 -
CMYK 0.19 0.53 0 0.27
HSL 278.57º 0.42% 0.54% -
HSV(B) 278.57º 0.53% 0.73% -
XYZ 25.12 17.1 48.43 -
YUV 118.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 151 88 186 0.19 0.53 0 0.27 278.57 0.42 0.54
Hex 97 58 BA 13 35 0 1B 117 2A 36
Octal 227 130 272 23 65 0 33 427 52 66
Binary 10010111 1011000 10111010 10011 110101 0 11011 100010111 101010 110110

Color Harmonies of #9758BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9758BA

Black with #9758BA

Text Example


Text Example

White with #9758BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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