Html Css Color HEX #9457BF Deep Lilac

📋 copy color: '#9457BF'

red 148 ◦ green 87 ◦ blue 191

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

Shades of Deep Lilac #9457BF

Tints of Deep Lilac #9457BF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.42%

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

R = 34.74%
G = 20.42%
B = 44.84%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9457BF (or 0x9457BF) is known color: Deep Lilac. HEX triplet: 94, 57 and BF. RGB value is (148,87,191). Sum of RGB (Red+Green+Blue) = 148+87+191=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #9457BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457BF is #6BA840. Grayscale: #747474. Windows color (decimal): -7055425 or 12539796. OLE color: 12539796.

HSL color Cylindrical-coordinate representation of color #9457BF: hue angle of 275.19º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9457BF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 87 191 -
CMYK 0.23 0.54 0 0.25
HSL 275.19º 0.45% 0.55% -
HSV(B) 275.19º 0.54% 0.75% -
XYZ 25.02 16.87 51.23 -
YUV 117.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 148 87 191 0.23 0.54 0 0.25 275.19 0.45 0.55
Hex 94 57 BF 17 36 0 19 113 2D 37
Octal 224 127 277 27 66 0 31 423 55 67
Binary 10010100 1010111 10111111 10111 110110 0 11001 100010011 101101 110111

Color Harmonies of #9457BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9457BF

Black with #9457BF

Text Example


Text Example

White with #9457BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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