Html Css Color HEX #945ABA Deep Lilac

📋 copy color: '#945ABA'

red 148 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #945ABA

Tints of Deep Lilac #945ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 34.91%
G = 21.23%
B = 43.87%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#945ABA (or 0x945ABA) is known color: Deep Lilac. HEX triplet: 94, 5A and BA. RGB value is (148,90,186). Sum of RGB (Red+Green+Blue) = 148+90+186=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #945ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ABA is #6BA545. Grayscale: #757575. Windows color (decimal): -7054662 or 12212884. OLE color: 12212884.

HSL color Cylindrical-coordinate representation of color #945ABA: hue angle of 276.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #945ABA is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 90 186 -
CMYK 0.20 0.52 0 0.27
HSL 276.25º 0.41% 0.54% -
HSV(B) 276.25º 0.52% 0.73% -
XYZ 24.73 17.15 48.46 -
YUV 118.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 148 90 186 0.20 0.52 0 0.27 276.25 0.41 0.54
Hex 94 5A BA 14 34 0 1B 114 29 36
Octal 224 132 272 24 64 0 33 424 51 66
Binary 10010100 1011010 10111010 10100 110100 0 11011 100010100 101001 110110

Color Harmonies of #945ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ABA

Black with #945ABA

Text Example


Text Example

White with #945ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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