Html Css Color HEX #945DAB Deep Lilac

📋 copy color: '#945DAB'

red 148 ◦ green 93 ◦ blue 171

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

Shades of Deep Lilac #945DAB

Tints of Deep Lilac #945DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.57%

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 35.92%
G = 22.57%
B = 41.5%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#945DAB (or 0x945DAB) is known color: Deep Lilac. HEX triplet: 94, 5D and AB. RGB value is (148,93,171). Sum of RGB (Red+Green+Blue) = 148+93+171=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #945DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945DAB is #6BA254. Grayscale: #767676. Windows color (decimal): -7053909 or 11230612. OLE color: 11230612.

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

Color convert

RGB 148 93 171 -
CMYK 0.13 0.46 0 0.33
HSL 282.31º 0.32% 0.52% -
HSV(B) 282.31º 0.46% 0.67% -
XYZ 23.48 17.06 40.58 -
YUV 118.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 148 93 171 0.13 0.46 0 0.33 282.31 0.32 0.52
Hex 94 5D AB D 2E 0 21 11A 20 34
Octal 224 135 253 15 56 0 41 432 40 64
Binary 10010100 1011101 10101011 1101 101110 0 100001 100011010 100000 110100

Color Harmonies of #945DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945DAB

Black with #945DAB

Text Example


Text Example

White with #945DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,93,171); }

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

background-color css

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

 a { background-color: rgb(148,93,171); }

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

border-color css

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

 span { border-color: rgb(148,93,171); }

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