Html Css Color HEX #9258BE Deep Lilac

📋 copy color: '#9258BE'

red 146 ◦ green 88 ◦ blue 190

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

Shades of Deep Lilac #9258BE

Tints of Deep Lilac #9258BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.75%

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

R = 34.43%
G = 20.75%
B = 44.81%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9258BE (or 0x9258BE) is known color: Deep Lilac. HEX triplet: 92, 58 and BE. RGB value is (146,88,190). Sum of RGB (Red+Green+Blue) = 146+88+190=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #9258BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9258BE is #6DA741. Grayscale: #747474. Windows color (decimal): -7186242 or 12474514. OLE color: 12474514.

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

Color convert

RGB 146 88 190 -
CMYK 0.23 0.54 0 0.25
HSL 274.12º 0.44% 0.55% -
HSV(B) 274.12º 0.54% 0.75% -
XYZ 24.64 16.81 50.66 -
YUV 116.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 146 88 190 0.23 0.54 0 0.25 274.12 0.44 0.55
Hex 92 58 BE 17 36 0 19 112 2C 37
Octal 222 130 276 27 66 0 31 422 54 67
Binary 10010010 1011000 10111110 10111 110110 0 11001 100010010 101100 110111

Color Harmonies of #9258BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9258BE

Black with #9258BE

Text Example


Text Example

White with #9258BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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