Html Css Color HEX #9256BE Deep Lilac

📋 copy color: '#9256BE'

red 146 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #9256BE

Tints of Deep Lilac #9256BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.38%

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

R = 34.6%
G = 20.38%
B = 45.02%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9256BE (or 0x9256BE) is known color: Deep Lilac. HEX triplet: 92, 56 and BE. RGB value is (146,86,190). Sum of RGB (Red+Green+Blue) = 146+86+190=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #9256BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256BE is #6DA941. Grayscale: #737373. Windows color (decimal): -7186754 or 12474002. OLE color: 12474002.

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

Color convert

RGB 146 86 190 -
CMYK 0.23 0.55 0 0.25
HSL 274.62º 0.44% 0.54% -
HSV(B) 274.62º 0.55% 0.75% -
XYZ 24.48 16.48 50.61 -
YUV 115.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 146 86 190 0.23 0.55 0 0.25 274.62 0.44 0.54
Hex 92 56 BE 17 37 0 19 113 2C 36
Octal 222 126 276 27 67 0 31 423 54 66
Binary 10010010 1010110 10111110 10111 110111 0 11001 100010011 101100 110110

Color Harmonies of #9256BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9256BE

Black with #9256BE

Text Example


Text Example

White with #9256BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9256BE; }

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

 H1.HeaderClassName
 {
   color: #9256BE;
 }
 .AnyTagClassName
 {
   color: #9256BE;
 }
</style>

background-color css

<style>
 a { background-color: #9256BE; }

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

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

border-color css

<style>
 span { border-color: #9256BE; }

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

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