Html Css Color HEX #9459BC Deep Lilac

📋 copy color: '#9459BC'

red 148 ◦ green 89 ◦ blue 188

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

Shades of Deep Lilac #9459BC

Tints of Deep Lilac #9459BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.94%

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

R = 34.82%
G = 20.94%
B = 44.24%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9459BC (or 0x9459BC) is known color: Deep Lilac. HEX triplet: 94, 59 and BC. RGB value is (148,89,188). Sum of RGB (Red+Green+Blue) = 148+89+188=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #9459BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459BC is #6BA643. Grayscale: #757575. Windows color (decimal): -7054916 or 12343700. OLE color: 12343700.

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

Color convert

RGB 148 89 188 -
CMYK 0.21 0.53 0 0.26
HSL 275.76º 0.42% 0.54% -
HSV(B) 275.76º 0.53% 0.74% -
XYZ 24.86 17.07 49.56 -
YUV 117.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 148 89 188 0.21 0.53 0 0.26 275.76 0.42 0.54
Hex 94 59 BC 15 35 0 1A 114 2A 36
Octal 224 131 274 25 65 0 32 424 52 66
Binary 10010100 1011001 10111100 10101 110101 0 11010 100010100 101010 110110

Color Harmonies of #9459BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459BC

Black with #9459BC

Text Example


Text Example

White with #9459BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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