Html Css Color HEX #925EAC Deep Lilac

📋 copy color: '#925EAC'

red 146 ◦ green 94 ◦ blue 172

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

Shades of Deep Lilac #925EAC

Tints of Deep Lilac #925EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.82%

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

R = 35.44%
G = 22.82%
B = 41.75%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#925EAC (or 0x925EAC) is known color: Deep Lilac. HEX triplet: 92, 5E and AC. RGB value is (146,94,172). Sum of RGB (Red+Green+Blue) = 146+94+172=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 94 (37.11% from 255 or 22.82% 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 #925EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925EAC is #6DA153. Grayscale: #767676. Windows color (decimal): -7184724 or 11296402. OLE color: 11296402.

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

Color convert

RGB 146 94 172 -
CMYK 0.15 0.45 0 0.33
HSL 280º 0.32% 0.52% -
HSV(B) 280º 0.45% 0.67% -
XYZ 23.3 17.09 41.1 -
YUV 118.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 146 94 172 0.15 0.45 0 0.33 280 0.32 0.52
Hex 92 5E AC F 2D 0 21 118 20 34
Octal 222 136 254 17 55 0 41 430 40 64
Binary 10010010 1011110 10101100 1111 101101 0 100001 100011000 100000 110100

Color Harmonies of #925EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EAC

Black with #925EAC

Text Example


Text Example

White with #925EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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