Html Css Color HEX #9750CF Deep Lilac

📋 copy color: '#9750CF'

red 151 ◦ green 80 ◦ blue 207

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

Shades of Deep Lilac #9750CF

Tints of Deep Lilac #9750CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 34.47%
G = 18.26%
B = 47.26%

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

#9750CF (or 0x9750CF) is known color: Deep Lilac. HEX triplet: 97, 50 and CF. RGB value is (151,80,207). Sum of RGB (Red+Green+Blue) = 151+80+207=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #9750CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750CF is #68AF30. Grayscale: #737373. Windows color (decimal): -6860593 or 13586583. OLE color: 13586583.

HSL color Cylindrical-coordinate representation of color #9750CF: hue angle of 273.54º degrees, saturation: 0.57, 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 #9750CF is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 80 207 -
CMYK 0.27 0.61 0 0.19
HSL 273.54º 0.57% 0.56% -
HSV(B) 273.54º 0.61% 0.81% -
XYZ 26.89 16.82 60.86 -
YUV 115.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 151 80 207 0.27 0.61 0 0.19 273.54 0.57 0.56
Hex 97 50 CF 1B 3D 0 13 112 39 38
Octal 227 120 317 33 75 0 23 422 71 70
Binary 10010111 1010000 11001111 11011 111101 0 10011 100010010 111001 111000

Color Harmonies of #9750CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750CF

Black with #9750CF

Text Example


Text Example

White with #9750CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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