Html Css Color HEX #9458AB Deep Lilac

📋 copy color: '#9458AB'

red 148 ◦ green 88 ◦ blue 171

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

Shades of Deep Lilac #9458AB

Tints of Deep Lilac #9458AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 36.36%
G = 21.62%
B = 42.01%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9458AB (or 0x9458AB) is known color: Deep Lilac. HEX triplet: 94, 58 and AB. RGB value is (148,88,171). Sum of RGB (Red+Green+Blue) = 148+88+171=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #9458AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9458AB is #6BA754. Grayscale: #737373. Windows color (decimal): -7055189 or 11229332. OLE color: 11229332.

HSL color Cylindrical-coordinate representation of color #9458AB: hue angle of 283.37º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9458AB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 88 171 -
CMYK 0.13 0.49 0 0.33
HSL 283.37º 0.33% 0.51% -
HSV(B) 283.37º 0.49% 0.67% -
XYZ 23.05 16.22 40.44 -
YUV 115.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 148 88 171 0.13 0.49 0 0.33 283.37 0.33 0.51
Hex 94 58 AB D 31 0 21 11B 21 33
Octal 224 130 253 15 61 0 41 433 41 63
Binary 10010100 1011000 10101011 1101 110001 0 100001 100011011 100001 110011

Color Harmonies of #9458AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9458AB

Black with #9458AB

Text Example


Text Example

White with #9458AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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