Html Css Color HEX #925AB6 Deep Lilac

📋 copy color: '#925AB6'

red 146 ◦ green 90 ◦ blue 182

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

Shades of Deep Lilac #925AB6

Tints of Deep Lilac #925AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 34.93%
G = 21.53%
B = 43.54%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#925AB6 (or 0x925AB6) is known color: Deep Lilac. HEX triplet: 92, 5A and B6. RGB value is (146,90,182). Sum of RGB (Red+Green+Blue) = 146+90+182=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #925AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925AB6 is #6DA549. Grayscale: #747474. Windows color (decimal): -7185738 or 11950738. OLE color: 11950738.

HSL color Cylindrical-coordinate representation of color #925AB6: hue angle of 276.52º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #925AB6 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 90 182 -
CMYK 0.20 0.51 0 0.29
HSL 276.52º 0.39% 0.53% -
HSV(B) 276.52º 0.51% 0.71% -
XYZ 23.95 16.8 46.24 -
YUV 117.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 146 90 182 0.20 0.51 0 0.29 276.52 0.39 0.53
Hex 92 5A B6 14 33 0 1D 115 27 35
Octal 222 132 266 24 63 0 35 425 47 65
Binary 10010010 1011010 10110110 10100 110011 0 11101 100010101 100111 110101

Color Harmonies of #925AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925AB6

Black with #925AB6

Text Example


Text Example

White with #925AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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