Html Css Color HEX #925ABE Deep Lilac

📋 copy color: '#925ABE'

red 146 ◦ green 90 ◦ blue 190

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

Shades of Deep Lilac #925ABE

Tints of Deep Lilac #925ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 34.27%
G = 21.13%
B = 44.6%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#925ABE (or 0x925ABE) is known color: Deep Lilac. HEX triplet: 92, 5A and BE. RGB value is (146,90,190). Sum of RGB (Red+Green+Blue) = 146+90+190=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #925ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ABE is #6DA541. Grayscale: #757575. Windows color (decimal): -7185730 or 12475026. OLE color: 12475026.

HSL color Cylindrical-coordinate representation of color #925ABE: hue angle of 273.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #925ABE is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 90 190 -
CMYK 0.23 0.53 0 0.25
HSL 273.6º 0.43% 0.55% -
HSV(B) 273.6º 0.53% 0.75% -
XYZ 24.8 17.14 50.72 -
YUV 118.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 146 90 190 0.23 0.53 0 0.25 273.6 0.43 0.55
Hex 92 5A BE 17 35 0 19 112 2B 37
Octal 222 132 276 27 65 0 31 422 53 67
Binary 10010010 1011010 10111110 10111 110101 0 11001 100010010 101011 110111

Color Harmonies of #925ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925ABE

Black with #925ABE

Text Example


Text Example

White with #925ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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