Html Css Color HEX #9341BE Deep Lilac

📋 copy color: '#9341BE'

red 147 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #9341BE

Tints of Deep Lilac #9341BE

RGB

 RED value IS 147 (57.81% from 255) = 36.57%

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

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

R = 36.57%
G = 16.17%
B = 47.26%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9341BE (or 0x9341BE) is known color: Deep Lilac. HEX triplet: 93, 41 and BE. RGB value is (147,65,190). Sum of RGB (Red+Green+Blue) = 147+65+190=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #9341BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341BE is #6CBE41. Grayscale: #676767. Windows color (decimal): -7126594 or 12468627. OLE color: 12468627.

HSL color Cylindrical-coordinate representation of color #9341BE: hue angle of 279.36º 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 #9341BE is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 65 190 -
CMYK 0.23 0.66 0 0.25
HSL 279.36º 0.49% 0.5% -
HSV(B) 279.36º 0.66% 0.75% -
XYZ 23.22 13.7 50.14 -
YUV 103.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 147 65 190 0.23 0.66 0 0.25 279.36 0.49 0.5
Hex 93 41 BE 17 42 0 19 117 31 32
Octal 223 101 276 27 102 0 31 427 61 62
Binary 10010011 1000001 10111110 10111 1000010 0 11001 100010111 110001 110010

Color Harmonies of #9341BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341BE

Black with #9341BE

Text Example


Text Example

White with #9341BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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