Html Css Color HEX #925BA6 Deep Lilac

📋 copy color: '#925BA6'

red 146 ◦ green 91 ◦ blue 166

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

Shades of Deep Lilac #925BA6

Tints of Deep Lilac #925BA6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.58%

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

R = 36.23%
G = 22.58%
B = 41.19%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#925BA6 (or 0x925BA6) is known color: Deep Lilac. HEX triplet: 92, 5B and A6. RGB value is (146,91,166). Sum of RGB (Red+Green+Blue) = 146+91+166=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 166 - color contains mainly: blue. Hex color #925BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925BA6 is #6DA459. Grayscale: #737373. Windows color (decimal): -7185498 or 10902418. OLE color: 10902418.

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

Color convert

RGB 146 91 166 -
CMYK 0.12 0.45 0 0.35
HSL 284º 0.3% 0.5% -
HSV(B) 284º 0.45% 0.65% -
XYZ 22.48 16.35 38.05 -
YUV 116 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 146 91 166 0.12 0.45 0 0.35 284 0.3 0.5
Hex 92 5B A6 C 2D 0 23 11C 1E 32
Octal 222 133 246 14 55 0 43 434 36 62
Binary 10010010 1011011 10100110 1100 101101 0 100011 100011100 11110 110010

Color Harmonies of #925BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925BA6

Black with #925BA6

Text Example


Text Example

White with #925BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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