Html Css Color HEX #925EBA Deep Lilac

📋 copy color: '#925EBA'

red 146 ◦ green 94 ◦ blue 186

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

Shades of Deep Lilac #925EBA

Tints of Deep Lilac #925EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

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

R = 34.27%
G = 22.07%
B = 43.66%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#925EBA (or 0x925EBA) is known color: Deep Lilac. HEX triplet: 92, 5E and BA. RGB value is (146,94,186). Sum of RGB (Red+Green+Blue) = 146+94+186=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #925EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EBA is #6DA145. Grayscale: #777777. Windows color (decimal): -7184710 or 12213906. OLE color: 12213906.

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

Color convert

RGB 146 94 186 -
CMYK 0.22 0.49 0 0.27
HSL 273.91º 0.4% 0.55% -
HSV(B) 273.91º 0.49% 0.73% -
XYZ 24.72 17.66 48.56 -
YUV 120.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 146 94 186 0.22 0.49 0 0.27 273.91 0.4 0.55
Hex 92 5E BA 16 31 0 1B 112 28 37
Octal 222 136 272 26 61 0 33 422 50 67
Binary 10010010 1011110 10111010 10110 110001 0 11011 100010010 101000 110111

Color Harmonies of #925EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EBA

Black with #925EBA

Text Example


Text Example

White with #925EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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