Html Css Color HEX #925AA6 Deep Lilac

📋 copy color: '#925AA6'

red 146 ◦ green 90 ◦ blue 166

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

Shades of Deep Lilac #925AA6

Tints of Deep Lilac #925AA6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.39%

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 36.32%
G = 22.39%
B = 41.29%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#925AA6 (or 0x925AA6) is known color: Deep Lilac. HEX triplet: 92, 5A and A6. RGB value is (146,90,166). Sum of RGB (Red+Green+Blue) = 146+90+166=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 166 - color contains mainly: blue. Hex color #925AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925AA6 is #6DA559. Grayscale: #737373. Windows color (decimal): -7185754 or 10902162. OLE color: 10902162.

HSL color Cylindrical-coordinate representation of color #925AA6: hue angle of 284.21º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #925AA6 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 146 90 166 -
CMYK 0.12 0.46 0 0.35
HSL 284.21º 0.3% 0.5% -
HSV(B) 284.21º 0.46% 0.65% -
XYZ 22.39 16.18 38.02 -
YUV 115.41 156.55 149.82 -
System Red Green Blue C M Y K H S L
Decimal 146 90 166 0.12 0.46 0 0.35 284.21 0.3 0.5
Hex 92 5A A6 C 2E 0 23 11C 1E 32
Octal 222 132 246 14 56 0 43 434 36 62
Binary 10010010 1011010 10100110 1100 101110 0 100011 100011100 11110 110010

Color Harmonies of #925AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925AA6

Black with #925AA6

Text Example


Text Example

White with #925AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,90,166); }

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

background-color css

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

 a { background-color: rgb(146,90,166); }

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

border-color css

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

 span { border-color: rgb(146,90,166); }

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