Html Css Color HEX #945AC4 Deep Lilac

📋 copy color: '#945AC4'

red 148 ◦ green 90 ◦ blue 196

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

Shades of Deep Lilac #945AC4

Tints of Deep Lilac #945AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.16%

R = 34.1%
G = 20.74%
B = 45.16%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#945AC4 (or 0x945AC4) is known color: Deep Lilac. HEX triplet: 94, 5A and C4. RGB value is (148,90,196). Sum of RGB (Red+Green+Blue) = 148+90+196=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #945AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945AC4 is #6BA53B. Grayscale: #777777. Windows color (decimal): -7054652 or 12868244. OLE color: 12868244.

HSL color Cylindrical-coordinate representation of color #945AC4: hue angle of 272.83º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #945AC4 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 90 196 -
CMYK 0.24 0.54 0 0.23
HSL 272.83º 0.47% 0.56% -
HSV(B) 272.83º 0.54% 0.77% -
XYZ 25.83 17.59 54.26 -
YUV 119.43 171.22 148.38 -
System Red Green Blue C M Y K H S L
Decimal 148 90 196 0.24 0.54 0 0.23 272.83 0.47 0.56
Hex 94 5A C4 18 36 0 17 111 2F 38
Octal 224 132 304 30 66 0 27 421 57 70
Binary 10010100 1011010 11000100 11000 110110 0 10111 100010001 101111 111000

Color Harmonies of #945AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945AC4

Black with #945AC4

Text Example


Text Example

White with #945AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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