Html Css Color HEX #9241B6 Deep Lilac

📋 copy color: '#9241B6'

red 146 ◦ green 65 ◦ blue 182

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

Shades of Deep Lilac #9241B6

Tints of Deep Lilac #9241B6

RGB

 RED value IS 146 (57.42% from 255) = 37.15%

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

 BLUE value IS 182 (71.48% from 255) = 46.31%

R = 37.15%
G = 16.54%
B = 46.31%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9241B6 (or 0x9241B6) is known color: Deep Lilac. HEX triplet: 92, 41 and B6. RGB value is (146,65,182). Sum of RGB (Red+Green+Blue) = 146+65+182=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #9241B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9241B6 is #6DBE49. Grayscale: #666666. Windows color (decimal): -7192138 or 11944338. OLE color: 11944338.

HSL color Cylindrical-coordinate representation of color #9241B6: hue angle of 281.54º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9241B6 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 65 182 -
CMYK 0.20 0.64 0 0.29
HSL 281.54º 0.47% 0.48% -
HSV(B) 281.54º 0.64% 0.71% -
XYZ 22.19 13.27 45.65 -
YUV 102.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 146 65 182 0.20 0.64 0 0.29 281.54 0.47 0.48
Hex 92 41 B6 14 40 0 1D 11A 2F 30
Octal 222 101 266 24 100 0 35 432 57 60
Binary 10010010 1000001 10110110 10100 1000000 0 11101 100011010 101111 110000

Color Harmonies of #9241B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9241B6

Black with #9241B6

Text Example


Text Example

White with #9241B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9241B6; }

 p { color: rgb(146,65,182); }

 H1.HeaderClassName
 {
   color: #9241B6;
 }
 .AnyTagClassName
 {
   color: #9241B6;
 }
</style>

background-color css

<style>
 a { background-color: #9241B6; }

 a { background-color: rgb(146,65,182); }

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

border-color css

<style>
 span { border-color: #9241B6; }

 span { border-color: rgb(146,65,182); }

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