Html Css Color HEX #9750CA Deep Lilac

📋 copy color: '#9750CA'

red 151 ◦ green 80 ◦ blue 202

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

Shades of Deep Lilac #9750CA

Tints of Deep Lilac #9750CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 34.87%
G = 18.48%
B = 46.65%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9750CA (or 0x9750CA) is known color: Deep Lilac. HEX triplet: 97, 50 and CA. RGB value is (151,80,202). Sum of RGB (Red+Green+Blue) = 151+80+202=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #9750CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750CA is #68AF35. Grayscale: #727272. Windows color (decimal): -6860598 or 13258903. OLE color: 13258903.

HSL color Cylindrical-coordinate representation of color #9750CA: hue angle of 274.92º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9750CA is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 80 202 -
CMYK 0.25 0.60 0 0.21
HSL 274.92º 0.54% 0.55% -
HSV(B) 274.92º 0.6% 0.79% -
XYZ 26.29 16.58 57.69 -
YUV 115.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 151 80 202 0.25 0.60 0 0.21 274.92 0.54 0.55
Hex 97 50 CA 19 3C 0 15 113 36 37
Octal 227 120 312 31 74 0 25 423 66 67
Binary 10010111 1010000 11001010 11001 111100 0 10101 100010011 110110 110111

Color Harmonies of #9750CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750CA

Black with #9750CA

Text Example


Text Example

White with #9750CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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