Html Css Color HEX #925AB5 Deep Lilac

📋 copy color: '#925AB5'

red 146 ◦ green 90 ◦ blue 181

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

Shades of Deep Lilac #925AB5

Tints of Deep Lilac #925AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.41%

R = 35.01%
G = 21.58%
B = 43.41%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#925AB5 (or 0x925AB5) is known color: Deep Lilac. HEX triplet: 92, 5A and B5. RGB value is (146,90,181). Sum of RGB (Red+Green+Blue) = 146+90+181=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #925AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925AB5 is #6DA54A. Grayscale: #747474. Windows color (decimal): -7185739 or 11885202. OLE color: 11885202.

HSL color Cylindrical-coordinate representation of color #925AB5: hue angle of 276.92º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #925AB5 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 90 181 -
CMYK 0.19 0.50 0 0.29
HSL 276.92º 0.38% 0.53% -
HSV(B) 276.92º 0.5% 0.71% -
XYZ 23.85 16.76 45.69 -
YUV 117.12 164.05 148.6 -
System Red Green Blue C M Y K H S L
Decimal 146 90 181 0.19 0.50 0 0.29 276.92 0.38 0.53
Hex 92 5A B5 13 32 0 1D 115 26 35
Octal 222 132 265 23 62 0 35 425 46 65
Binary 10010010 1011010 10110101 10011 110010 0 11101 100010101 100110 110101

Color Harmonies of #925AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925AB5

Black with #925AB5

Text Example


Text Example

White with #925AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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