Html Css Color HEX #9750CE Deep Lilac

📋 copy color: '#9750CE'

red 151 ◦ green 80 ◦ blue 206

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

Shades of Deep Lilac #9750CE

Tints of Deep Lilac #9750CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 34.55%
G = 18.31%
B = 47.14%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9750CE (or 0x9750CE) is known color: Deep Lilac. HEX triplet: 97, 50 and CE. RGB value is (151,80,206). Sum of RGB (Red+Green+Blue) = 151+80+206=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #9750CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750CE is #68AF31. Grayscale: #737373. Windows color (decimal): -6860594 or 13521047. OLE color: 13521047.

HSL color Cylindrical-coordinate representation of color #9750CE: hue angle of 273.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9750CE is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 80 206 -
CMYK 0.27 0.61 0 0.19
HSL 273.81º 0.56% 0.56% -
HSV(B) 273.81º 0.61% 0.81% -
XYZ 26.77 16.77 60.22 -
YUV 115.59 179.02 153.25 -
System Red Green Blue C M Y K H S L
Decimal 151 80 206 0.27 0.61 0 0.19 273.81 0.56 0.56
Hex 97 50 CE 1B 3D 0 13 112 38 38
Octal 227 120 316 33 75 0 23 422 70 70
Binary 10010111 1010000 11001110 11011 111101 0 10011 100010010 111000 111000

Color Harmonies of #9750CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750CE

Black with #9750CE

Text Example


Text Example

White with #9750CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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