Html Css Color HEX #9458BA Deep Lilac

📋 copy color: '#9458BA'

red 148 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #9458BA

Tints of Deep Lilac #9458BA

RGB

 RED value IS 148 (58.2% from 255) = 35.07%

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 35.07%
G = 20.85%
B = 44.08%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9458BA (or 0x9458BA) is known color: Deep Lilac. HEX triplet: 94, 58 and BA. RGB value is (148,88,186). Sum of RGB (Red+Green+Blue) = 148+88+186=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9458BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458BA is #6BA745. Grayscale: #747474. Windows color (decimal): -7055174 or 12212372. OLE color: 12212372.

HSL color Cylindrical-coordinate representation of color #9458BA: hue angle of 276.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9458BA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 88 186 -
CMYK 0.20 0.53 0 0.27
HSL 276.73º 0.42% 0.54% -
HSV(B) 276.73º 0.53% 0.73% -
XYZ 24.57 16.82 48.41 -
YUV 117.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 148 88 186 0.20 0.53 0 0.27 276.73 0.42 0.54
Hex 94 58 BA 14 35 0 1B 115 2A 36
Octal 224 130 272 24 65 0 33 425 52 66
Binary 10010100 1011000 10111010 10100 110101 0 11011 100010101 101010 110110

Color Harmonies of #9458BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9458BA

Black with #9458BA

Text Example


Text Example

White with #9458BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9458BA; }

 p { color: rgb(148,88,186); }

 H1.HeaderClassName
 {
   color: #9458BA;
 }
 .AnyTagClassName
 {
   color: #9458BA;
 }
</style>

background-color css

<style>
 a { background-color: #9458BA; }

 a { background-color: rgb(148,88,186); }

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

border-color css

<style>
 span { border-color: #9458BA; }

 span { border-color: rgb(148,88,186); }

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