Html Css Color HEX #945CAC Deep Lilac

📋 copy color: '#945CAC'

red 148 ◦ green 92 ◦ blue 172

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

Shades of Deep Lilac #945CAC

Tints of Deep Lilac #945CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.33%

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

R = 35.92%
G = 22.33%
B = 41.75%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#945CAC (or 0x945CAC) is known color: Deep Lilac. HEX triplet: 94, 5C and AC. RGB value is (148,92,172). Sum of RGB (Red+Green+Blue) = 148+92+172=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #945CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945CAC is #6BA353. Grayscale: #757575. Windows color (decimal): -7054164 or 11295892. OLE color: 11295892.

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

Color convert

RGB 148 92 172 -
CMYK 0.14 0.47 0 0.33
HSL 282º 0.33% 0.52% -
HSV(B) 282º 0.47% 0.67% -
XYZ 23.49 16.93 41.06 -
YUV 117.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 148 92 172 0.14 0.47 0 0.33 282 0.33 0.52
Hex 94 5C AC E 2F 0 21 11A 21 34
Octal 224 134 254 16 57 0 41 432 41 64
Binary 10010100 1011100 10101100 1110 101111 0 100001 100011010 100001 110100

Color Harmonies of #945CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945CAC

Black with #945CAC

Text Example


Text Example

White with #945CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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