Html Css Color HEX #9446BE Deep Lilac

📋 copy color: '#9446BE'

red 148 ◦ green 70 ◦ blue 190

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

Shades of Deep Lilac #9446BE

Tints of Deep Lilac #9446BE

RGB

 RED value IS 148 (58.2% from 255) = 36.27%

 GREEN value IS 70 (27.73% from 255) = 17.16%

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

R = 36.27%
G = 17.16%
B = 46.57%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9446BE (or 0x9446BE) is known color: Deep Lilac. HEX triplet: 94, 46 and BE. RGB value is (148,70,190). Sum of RGB (Red+Green+Blue) = 148+70+190=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #9446BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446BE is #6BB941. Grayscale: #6A6A6A. Windows color (decimal): -7059778 or 12469908. OLE color: 12469908.

HSL color Cylindrical-coordinate representation of color #9446BE: hue angle of 279º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9446BE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 70 190 -
CMYK 0.22 0.63 0 0.25
HSL 279º 0.48% 0.51% -
HSV(B) 279º 0.63% 0.75% -
XYZ 23.7 14.39 50.24 -
YUV 107 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 148 70 190 0.22 0.63 0 0.25 279 0.48 0.51
Hex 94 46 BE 16 3F 0 19 117 30 33
Octal 224 106 276 26 77 0 31 427 60 63
Binary 10010100 1000110 10111110 10110 111111 0 11001 100010111 110000 110011

Color Harmonies of #9446BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9446BE

Black with #9446BE

Text Example


Text Example

White with #9446BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,70,190); }

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

background-color css

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

 a { background-color: rgb(148,70,190); }

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

border-color css

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

 span { border-color: rgb(148,70,190); }

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