Html Css Color HEX #925EB2 Deep Lilac

📋 copy color: '#925EB2'

red 146 ◦ green 94 ◦ blue 178

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

Shades of Deep Lilac #925EB2

Tints of Deep Lilac #925EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 34.93%
G = 22.49%
B = 42.58%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#925EB2 (or 0x925EB2) is known color: Deep Lilac. HEX triplet: 92, 5E and B2. RGB value is (146,94,178). Sum of RGB (Red+Green+Blue) = 146+94+178=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 178 - color contains mainly: blue. Hex color #925EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925EB2 is #6DA14D. Grayscale: #767676. Windows color (decimal): -7184718 or 11689618. OLE color: 11689618.

HSL color Cylindrical-coordinate representation of color #925EB2: hue angle of 277.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #925EB2 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 146 94 178 -
CMYK 0.18 0.47 0 0.30
HSL 277.14º 0.35% 0.53% -
HSV(B) 277.14º 0.47% 0.7% -
XYZ 23.89 17.33 44.21 -
YUV 119.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 146 94 178 0.18 0.47 0 0.30 277.14 0.35 0.53
Hex 92 5E B2 12 2F 0 1E 115 23 35
Octal 222 136 262 22 57 0 36 425 43 65
Binary 10010010 1011110 10110010 10010 101111 0 11110 100010101 100011 110101

Color Harmonies of #925EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EB2

Black with #925EB2

Text Example


Text Example

White with #925EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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