Html Css Color HEX #945FAC Deep Lilac

📋 copy color: '#945FAC'

red 148 ◦ green 95 ◦ blue 172

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

Shades of Deep Lilac #945FAC

Tints of Deep Lilac #945FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 35.66%
G = 22.89%
B = 41.45%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#945FAC (or 0x945FAC) is known color: Deep Lilac. HEX triplet: 94, 5F and AC. RGB value is (148,95,172). Sum of RGB (Red+Green+Blue) = 148+95+172=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #945FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FAC is #6BA053. Grayscale: #777777. Windows color (decimal): -7053396 or 11296660. OLE color: 11296660.

HSL color Cylindrical-coordinate representation of color #945FAC: hue angle of 281.3º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945FAC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 95 172 -
CMYK 0.14 0.45 0 0.33
HSL 281.3º 0.32% 0.52% -
HSV(B) 281.3º 0.45% 0.67% -
XYZ 23.75 17.46 41.15 -
YUV 119.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 148 95 172 0.14 0.45 0 0.33 281.3 0.32 0.52
Hex 94 5F AC E 2D 0 21 119 20 34
Octal 224 137 254 16 55 0 41 431 40 64
Binary 10010100 1011111 10101100 1110 101101 0 100001 100011001 100000 110100

Color Harmonies of #945FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945FAC

Black with #945FAC

Text Example


Text Example

White with #945FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,95,172); }

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

background-color css

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

 a { background-color: rgb(148,95,172); }

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

border-color css

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

 span { border-color: rgb(148,95,172); }

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