Html Css Color HEX #9750B4 Deep Lilac

📋 copy color: '#9750B4'

red 151 ◦ green 80 ◦ blue 180

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

Shades of Deep Lilac #9750B4

Tints of Deep Lilac #9750B4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

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

R = 36.74%
G = 19.46%
B = 43.8%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9750B4 (or 0x9750B4) is known color: Deep Lilac. HEX triplet: 97, 50 and B4. RGB value is (151,80,180). Sum of RGB (Red+Green+Blue) = 151+80+180=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #9750B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750B4 is #68AF4B. Grayscale: #707070. Windows color (decimal): -6860620 or 11817111. OLE color: 11817111.

HSL color Cylindrical-coordinate representation of color #9750B4: hue angle of 282.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9750B4 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 80 180 -
CMYK 0.16 0.56 0 0.29
HSL 282.6º 0.4% 0.51% -
HSV(B) 282.6º 0.56% 0.71% -
XYZ 23.87 15.61 44.94 -
YUV 112.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 151 80 180 0.16 0.56 0 0.29 282.6 0.4 0.51
Hex 97 50 B4 10 38 0 1D 11B 28 33
Octal 227 120 264 20 70 0 35 433 50 63
Binary 10010111 1010000 10110100 10000 111000 0 11101 100011011 101000 110011

Color Harmonies of #9750B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750B4

Black with #9750B4

Text Example


Text Example

White with #9750B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,80,180); }

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

background-color css

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

 a { background-color: rgb(151,80,180); }

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

border-color css

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

 span { border-color: rgb(151,80,180); }

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