Html Css Color HEX #9457BC Deep Lilac

📋 copy color: '#9457BC'

red 148 ◦ green 87 ◦ blue 188

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

Shades of Deep Lilac #9457BC

Tints of Deep Lilac #9457BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 34.99%
G = 20.57%
B = 44.44%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9457BC (or 0x9457BC) is known color: Deep Lilac. HEX triplet: 94, 57 and BC. RGB value is (148,87,188). Sum of RGB (Red+Green+Blue) = 148+87+188=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #9457BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457BC is #6BA843. Grayscale: #747474. Windows color (decimal): -7055428 or 12343188. OLE color: 12343188.

HSL color Cylindrical-coordinate representation of color #9457BC: hue angle of 276.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9457BC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 87 188 -
CMYK 0.21 0.54 0 0.26
HSL 276.24º 0.43% 0.54% -
HSV(B) 276.24º 0.54% 0.74% -
XYZ 24.7 16.74 49.51 -
YUV 116.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 148 87 188 0.21 0.54 0 0.26 276.24 0.43 0.54
Hex 94 57 BC 15 36 0 1A 114 2B 36
Octal 224 127 274 25 66 0 32 424 53 66
Binary 10010100 1010111 10111100 10101 110110 0 11010 100010100 101011 110110

Color Harmonies of #9457BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9457BC

Black with #9457BC

Text Example


Text Example

White with #9457BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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