Html Css Color HEX #945EB0 Deep Lilac

📋 copy color: '#945EB0'

red 148 ◦ green 94 ◦ blue 176

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

Shades of Deep Lilac #945EB0

Tints of Deep Lilac #945EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 35.41%
G = 22.49%
B = 42.11%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#945EB0 (or 0x945EB0) is known color: Deep Lilac. HEX triplet: 94, 5E and B0. RGB value is (148,94,176). Sum of RGB (Red+Green+Blue) = 148+94+176=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #945EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945EB0 is #6BA14F. Grayscale: #777777. Windows color (decimal): -7053648 or 11558548. OLE color: 11558548.

HSL color Cylindrical-coordinate representation of color #945EB0: hue angle of 279.51º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #945EB0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 94 176 -
CMYK 0.16 0.47 0 0.31
HSL 279.51º 0.34% 0.53% -
HSV(B) 279.51º 0.47% 0.69% -
XYZ 24.05 17.44 43.17 -
YUV 119.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 148 94 176 0.16 0.47 0 0.31 279.51 0.34 0.53
Hex 94 5E B0 10 2F 0 1F 118 22 35
Octal 224 136 260 20 57 0 37 430 42 65
Binary 10010100 1011110 10110000 10000 101111 0 11111 100011000 100010 110101

Color Harmonies of #945EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945EB0

Black with #945EB0

Text Example


Text Example

White with #945EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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