Html Css Color HEX #945ABF Deep Lilac

📋 copy color: '#945ABF'

red 148 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #945ABF

Tints of Deep Lilac #945ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.98%

 BLUE value IS 191 (75% from 255) = 44.52%

R = 34.5%
G = 20.98%
B = 44.52%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#945ABF (or 0x945ABF) is known color: Deep Lilac. HEX triplet: 94, 5A and BF. RGB value is (148,90,191). Sum of RGB (Red+Green+Blue) = 148+90+191=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #945ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ABF is #6BA540. Grayscale: #767676. Windows color (decimal): -7054657 or 12540564. OLE color: 12540564.

HSL color Cylindrical-coordinate representation of color #945ABF: hue angle of 274.46º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #945ABF is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 90 191 -
CMYK 0.23 0.53 0 0.25
HSL 274.46º 0.44% 0.55% -
HSV(B) 274.46º 0.53% 0.75% -
XYZ 25.27 17.37 51.31 -
YUV 118.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 148 90 191 0.23 0.53 0 0.25 274.46 0.44 0.55
Hex 94 5A BF 17 35 0 19 112 2C 37
Octal 224 132 277 27 65 0 31 422 54 67
Binary 10010100 1011010 10111111 10111 110101 0 11001 100010010 101100 110111

Color Harmonies of #945ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ABF

Black with #945ABF

Text Example


Text Example

White with #945ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,90,191); }

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

background-color css

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

 a { background-color: rgb(148,90,191); }

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

border-color css

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

 span { border-color: rgb(148,90,191); }

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