Html Css Color HEX #9258BC Deep Lilac

📋 copy color: '#9258BC'

red 146 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #9258BC

Tints of Deep Lilac #9258BC

RGB

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

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

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

R = 34.6%
G = 20.85%
B = 44.55%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9258BC (or 0x9258BC) is known color: Deep Lilac. HEX triplet: 92, 58 and BC. RGB value is (146,88,188). Sum of RGB (Red+Green+Blue) = 146+88+188=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #9258BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9258BC is #6DA743. Grayscale: #747474. Windows color (decimal): -7186244 or 12343442. OLE color: 12343442.

HSL color Cylindrical-coordinate representation of color #9258BC: hue angle of 274.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9258BC is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 88 188 -
CMYK 0.22 0.53 0 0.26
HSL 274.8º 0.43% 0.54% -
HSV(B) 274.8º 0.53% 0.74% -
XYZ 24.42 16.72 49.52 -
YUV 116.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 146 88 188 0.22 0.53 0 0.26 274.8 0.43 0.54
Hex 92 58 BC 16 35 0 1A 113 2B 36
Octal 222 130 274 26 65 0 32 423 53 66
Binary 10010010 1011000 10111100 10110 110101 0 11010 100010011 101011 110110

Color Harmonies of #9258BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9258BC

Black with #9258BC

Text Example


Text Example

White with #9258BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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