Html Css Color HEX #9841BE Deep Lilac

📋 copy color: '#9841BE'

red 152 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #9841BE

Tints of Deep Lilac #9841BE

RGB

 RED value IS 152 (59.77% from 255) = 37.35%

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

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

R = 37.35%
G = 15.97%
B = 46.68%

CMYK

 C value IS 0.2

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9841BE (or 0x9841BE) is known color: Deep Lilac. HEX triplet: 98, 41 and BE. RGB value is (152,65,190). Sum of RGB (Red+Green+Blue) = 152+65+190=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #9841BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9841BE is #67BE41. Grayscale: #686868. Windows color (decimal): -6798914 or 12468632. OLE color: 12468632.

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

Color convert

RGB 152 65 190 -
CMYK 0.2 0.66 0 0.25
HSL 281.76º 0.49% 0.5% -
HSV(B) 281.76º 0.66% 0.75% -
XYZ 24.13 14.17 50.18 -
YUV 105.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 152 65 190 0.2 0.66 0 0.25 281.76 0.49 0.5
Hex 98 41 BE 14 42 0 19 11A 31 32
Octal 230 101 276 24 102 0 31 432 61 62
Binary 10011000 1000001 10111110 10100 1000010 0 11001 100011010 110001 110010

Color Harmonies of #9841BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9841BE

Black with #9841BE

Text Example


Text Example

White with #9841BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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