Html Css Color HEX #9454BC Deep Lilac

📋 copy color: '#9454BC'

red 148 ◦ green 84 ◦ blue 188

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

Shades of Deep Lilac #9454BC

Tints of Deep Lilac #9454BC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20%

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

R = 35.24%
G = 20%
B = 44.76%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9454BC (or 0x9454BC) is known color: Deep Lilac. HEX triplet: 94, 54 and BC. RGB value is (148,84,188). Sum of RGB (Red+Green+Blue) = 148+84+188=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #9454BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454BC is #6BAB43. Grayscale: #727272. Windows color (decimal): -7056196 or 12342420. OLE color: 12342420.

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

Color convert

RGB 148 84 188 -
CMYK 0.21 0.55 0 0.26
HSL 276.92º 0.44% 0.53% -
HSV(B) 276.92º 0.55% 0.74% -
XYZ 24.46 16.27 49.43 -
YUV 114.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 148 84 188 0.21 0.55 0 0.26 276.92 0.44 0.53
Hex 94 54 BC 15 37 0 1A 115 2C 35
Octal 224 124 274 25 67 0 32 425 54 65
Binary 10010100 1010100 10111100 10101 110111 0 11010 100010101 101100 110101

Color Harmonies of #9454BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9454BC

Black with #9454BC

Text Example


Text Example

White with #9454BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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