Html Css Color HEX #925EBC Deep Lilac

📋 copy color: '#925EBC'

red 146 ◦ green 94 ◦ blue 188

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

Shades of Deep Lilac #925EBC

Tints of Deep Lilac #925EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 34.11%
G = 21.96%
B = 43.93%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#925EBC (or 0x925EBC) is known color: Deep Lilac. HEX triplet: 92, 5E and BC. RGB value is (146,94,188). Sum of RGB (Red+Green+Blue) = 146+94+188=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #925EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EBC is #6DA143. Grayscale: #777777. Windows color (decimal): -7184708 or 12344978. OLE color: 12344978.

HSL color Cylindrical-coordinate representation of color #925EBC: hue angle of 273.19º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #925EBC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 94 188 -
CMYK 0.22 0.50 0 0.26
HSL 273.19º 0.41% 0.55% -
HSV(B) 273.19º 0.5% 0.74% -
XYZ 24.93 17.75 49.69 -
YUV 120.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 146 94 188 0.22 0.50 0 0.26 273.19 0.41 0.55
Hex 92 5E BC 16 32 0 1A 111 29 37
Octal 222 136 274 26 62 0 32 421 51 67
Binary 10010010 1011110 10111100 10110 110010 0 11010 100010001 101001 110111

Color Harmonies of #925EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EBC

Black with #925EBC

Text Example


Text Example

White with #925EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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