Html Css Color HEX #9446BF Deep Lilac

📋 copy color: '#9446BF'

red 148 ◦ green 70 ◦ blue 191

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

Shades of Deep Lilac #9446BF

Tints of Deep Lilac #9446BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 36.19%
G = 17.11%
B = 46.7%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9446BF (or 0x9446BF) is known color: Deep Lilac. HEX triplet: 94, 46 and BF. RGB value is (148,70,191). Sum of RGB (Red+Green+Blue) = 148+70+191=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #9446BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446BF is #6BB940. Grayscale: #6A6A6A. Windows color (decimal): -7059777 or 12535444. OLE color: 12535444.

HSL color Cylindrical-coordinate representation of color #9446BF: hue angle of 278.68º degrees, saturation: 0.49, 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 #9446BF is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 70 191 -
CMYK 0.23 0.63 0 0.25
HSL 278.68º 0.49% 0.51% -
HSV(B) 278.68º 0.63% 0.75% -
XYZ 23.81 14.44 50.82 -
YUV 107.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 148 70 191 0.23 0.63 0 0.25 278.68 0.49 0.51
Hex 94 46 BF 17 3F 0 19 117 31 33
Octal 224 106 277 27 77 0 31 427 61 63
Binary 10010100 1000110 10111111 10111 111111 0 11001 100010111 110001 110011

Color Harmonies of #9446BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9446BF

Black with #9446BF

Text Example


Text Example

White with #9446BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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