Html Css Color HEX #9458BB Deep Lilac

📋 copy color: '#9458BB'

red 148 ◦ green 88 ◦ blue 187

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

Shades of Deep Lilac #9458BB

Tints of Deep Lilac #9458BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 34.99%
G = 20.8%
B = 44.21%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9458BB (or 0x9458BB) is known color: Deep Lilac. HEX triplet: 94, 58 and BB. RGB value is (148,88,187). Sum of RGB (Red+Green+Blue) = 148+88+187=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #9458BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458BB is #6BA744. Grayscale: #747474. Windows color (decimal): -7055173 or 12277908. OLE color: 12277908.

HSL color Cylindrical-coordinate representation of color #9458BB: hue angle of 276.36º 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 #9458BB is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 88 187 -
CMYK 0.21 0.53 0 0.27
HSL 276.36º 0.42% 0.54% -
HSV(B) 276.36º 0.53% 0.73% -
XYZ 24.67 16.86 48.97 -
YUV 117.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 148 88 187 0.21 0.53 0 0.27 276.36 0.42 0.54
Hex 94 58 BB 15 35 0 1B 114 2A 36
Octal 224 130 273 25 65 0 33 424 52 66
Binary 10010100 1011000 10111011 10101 110101 0 11011 100010100 101010 110110

Color Harmonies of #9458BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9458BB

Black with #9458BB

Text Example


Text Example

White with #9458BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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