Html Css Color HEX #9762BA Deep Lilac

📋 copy color: '#9762BA'

red 151 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #9762BA

Tints of Deep Lilac #9762BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

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

R = 34.71%
G = 22.53%
B = 42.76%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9762BA (or 0x9762BA) is known color: Deep Lilac. HEX triplet: 97, 62 and BA. RGB value is (151,98,186). Sum of RGB (Red+Green+Blue) = 151+98+186=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #9762BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762BA is #689D45. Grayscale: #7B7B7B. Windows color (decimal): -6856006 or 12214935. OLE color: 12214935.

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

Color convert

RGB 151 98 186 -
CMYK 0.19 0.47 0 0.27
HSL 276.14º 0.39% 0.56% -
HSV(B) 276.14º 0.47% 0.73% -
XYZ 25.99 18.86 48.72 -
YUV 123.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 151 98 186 0.19 0.47 0 0.27 276.14 0.39 0.56
Hex 97 62 BA 13 2F 0 1B 114 27 38
Octal 227 142 272 23 57 0 33 424 47 70
Binary 10010111 1100010 10111010 10011 101111 0 11011 100010100 100111 111000

Color Harmonies of #9762BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9762BA

Black with #9762BA

Text Example


Text Example

White with #9762BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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