Html Css Color HEX #8C41BE Deep Lilac

📋 copy color: '#8C41BE'

red 140 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #8C41BE

Tints of Deep Lilac #8C41BE

RGB

 RED value IS 140 (55.08% from 255) = 35.44%

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

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

R = 35.44%
G = 16.46%
B = 48.1%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C41BE (or 0x8C41BE) is known color: Deep Lilac. HEX triplet: 8C, 41 and BE. RGB value is (140,65,190). Sum of RGB (Red+Green+Blue) = 140+65+190=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C41BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C41BE is #73BE41. Grayscale: #656565. Windows color (decimal): -7585346 or 12468620. OLE color: 12468620.

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

Color convert

RGB 140 65 190 -
CMYK 0.26 0.66 0 0.25
HSL 276º 0.49% 0.5% -
HSV(B) 276º 0.66% 0.75% -
XYZ 22 13.07 50.08 -
YUV 101.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 140 65 190 0.26 0.66 0 0.25 276 0.49 0.5
Hex 8C 41 BE 1A 42 0 19 114 31 32
Octal 214 101 276 32 102 0 31 424 61 62
Binary 10001100 1000001 10111110 11010 1000010 0 11001 100010100 110001 110010

Color Harmonies of #8C41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C41BE

Black with #8C41BE

Text Example


Text Example

White with #8C41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C41BE; }

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

 H1.HeaderClassName
 {
   color: #8C41BE;
 }
 .AnyTagClassName
 {
   color: #8C41BE;
 }
</style>

background-color css

<style>
 a { background-color: #8C41BE; }

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

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

border-color css

<style>
 span { border-color: #8C41BE; }

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

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