Html Css Color HEX #925ABA Deep Lilac

📋 copy color: '#925ABA'

red 146 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #925ABA

Tints of Deep Lilac #925ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 34.6%
G = 21.33%
B = 44.08%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#925ABA (or 0x925ABA) is known color: Deep Lilac. HEX triplet: 92, 5A and BA. RGB value is (146,90,186). Sum of RGB (Red+Green+Blue) = 146+90+186=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #925ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ABA is #6DA545. Grayscale: #757575. Windows color (decimal): -7185734 or 12212882. OLE color: 12212882.

HSL color Cylindrical-coordinate representation of color #925ABA: hue angle of 275º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #925ABA is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 90 186 -
CMYK 0.22 0.52 0 0.27
HSL 275º 0.41% 0.54% -
HSV(B) 275º 0.52% 0.73% -
XYZ 24.37 16.97 48.45 -
YUV 117.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 146 90 186 0.22 0.52 0 0.27 275 0.41 0.54
Hex 92 5A BA 16 34 0 1B 113 29 36
Octal 222 132 272 26 64 0 33 423 51 66
Binary 10010010 1011010 10111010 10110 110100 0 11011 100010011 101001 110110

Color Harmonies of #925ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925ABA

Black with #925ABA

Text Example


Text Example

White with #925ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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