Html Css Color HEX #9741BE Deep Lilac

📋 copy color: '#9741BE'

red 151 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #9741BE

Tints of Deep Lilac #9741BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 37.19%
G = 16.01%
B = 46.8%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9741BE (or 0x9741BE) is known color: Deep Lilac. HEX triplet: 97, 41 and BE. RGB value is (151,65,190). Sum of RGB (Red+Green+Blue) = 151+65+190=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #9741BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9741BE is #68BE41. Grayscale: #686868. Windows color (decimal): -6864450 or 12468631. OLE color: 12468631.

HSL color Cylindrical-coordinate representation of color #9741BE: hue angle of 281.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9741BE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 65 190 -
CMYK 0.21 0.66 0 0.25
HSL 281.28º 0.49% 0.5% -
HSV(B) 281.28º 0.66% 0.75% -
XYZ 23.95 14.08 50.17 -
YUV 104.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 151 65 190 0.21 0.66 0 0.25 281.28 0.49 0.5
Hex 97 41 BE 15 42 0 19 119 31 32
Octal 227 101 276 25 102 0 31 431 61 62
Binary 10010111 1000001 10111110 10101 1000010 0 11001 100011001 110001 110010

Color Harmonies of #9741BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9741BE

Black with #9741BE

Text Example


Text Example

White with #9741BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9741BE; }

 p { color: rgb(151,65,190); }

 H1.HeaderClassName
 {
   color: #9741BE;
 }
 .AnyTagClassName
 {
   color: #9741BE;
 }
</style>

background-color css

<style>
 a { background-color: #9741BE; }

 a { background-color: rgb(151,65,190); }

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

border-color css

<style>
 span { border-color: #9741BE; }

 span { border-color: rgb(151,65,190); }

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