Html Css Color HEX #945EBC Deep Lilac

📋 copy color: '#945EBC'

red 148 ◦ green 94 ◦ blue 188

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

Shades of Deep Lilac #945EBC

Tints of Deep Lilac #945EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

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

R = 34.42%
G = 21.86%
B = 43.72%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#945EBC (or 0x945EBC) is known color: Deep Lilac. HEX triplet: 94, 5E and BC. RGB value is (148,94,188). Sum of RGB (Red+Green+Blue) = 148+94+188=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #945EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EBC is #6BA143. Grayscale: #787878. Windows color (decimal): -7053636 or 12344980. OLE color: 12344980.

HSL color Cylindrical-coordinate representation of color #945EBC: hue angle of 274.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #945EBC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 94 188 -
CMYK 0.21 0.50 0 0.26
HSL 274.47º 0.41% 0.55% -
HSV(B) 274.47º 0.5% 0.74% -
XYZ 25.29 17.93 49.71 -
YUV 120.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 148 94 188 0.21 0.50 0 0.26 274.47 0.41 0.55
Hex 94 5E BC 15 32 0 1A 112 29 37
Octal 224 136 274 25 62 0 32 422 51 67
Binary 10010100 1011110 10111100 10101 110010 0 11010 100010010 101001 110111

Color Harmonies of #945EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945EBC

Black with #945EBC

Text Example


Text Example

White with #945EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945EBC; }

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

 H1.HeaderClassName
 {
   color: #945EBC;
 }
 .AnyTagClassName
 {
   color: #945EBC;
 }
</style>

background-color css

<style>
 a { background-color: #945EBC; }

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

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

border-color css

<style>
 span { border-color: #945EBC; }

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

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