Html Css Color HEX #925DAC Deep Lilac

📋 copy color: '#925DAC'

red 146 ◦ green 93 ◦ blue 172

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

Shades of Deep Lilac #925DAC

Tints of Deep Lilac #925DAC

RGB

 RED value IS 146 (57.42% from 255) = 35.52%

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

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

R = 35.52%
G = 22.63%
B = 41.85%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#925DAC (or 0x925DAC) is known color: Deep Lilac. HEX triplet: 92, 5D and AC. RGB value is (146,93,172). Sum of RGB (Red+Green+Blue) = 146+93+172=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #925DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925DAC is #6DA253. Grayscale: #757575. Windows color (decimal): -7184980 or 11296146. OLE color: 11296146.

HSL color Cylindrical-coordinate representation of color #925DAC: hue angle of 280.25º 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 #925DAC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 93 172 -
CMYK 0.15 0.46 0 0.33
HSL 280.25º 0.32% 0.52% -
HSV(B) 280.25º 0.46% 0.67% -
XYZ 23.21 16.92 41.07 -
YUV 117.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 146 93 172 0.15 0.46 0 0.33 280.25 0.32 0.52
Hex 92 5D AC F 2E 0 21 118 20 34
Octal 222 135 254 17 56 0 41 430 40 64
Binary 10010010 1011101 10101100 1111 101110 0 100001 100011000 100000 110100

Color Harmonies of #925DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925DAC

Black with #925DAC

Text Example


Text Example

White with #925DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925DAC; }

 p { color: rgb(146,93,172); }

 H1.HeaderClassName
 {
   color: #925DAC;
 }
 .AnyTagClassName
 {
   color: #925DAC;
 }
</style>

background-color css

<style>
 a { background-color: #925DAC; }

 a { background-color: rgb(146,93,172); }

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

border-color css

<style>
 span { border-color: #925DAC; }

 span { border-color: rgb(146,93,172); }

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