Html Css Color HEX #9058B4 Deep Lilac

📋 copy color: '#9058B4'

red 144 ◦ green 88 ◦ blue 180

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

Shades of Deep Lilac #9058B4

Tints of Deep Lilac #9058B4

RGB

 RED value IS 144 (56.64% from 255) = 34.95%

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

 BLUE value IS 180 (70.7% from 255) = 43.69%

R = 34.95%
G = 21.36%
B = 43.69%

CMYK

 C value IS 0.2

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9058B4 (or 0x9058B4) is known color: Deep Lilac. HEX triplet: 90, 58 and B4. RGB value is (144,88,180). Sum of RGB (Red+Green+Blue) = 144+88+180=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #9058B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9058B4 is #6FA74B. Grayscale: #727272. Windows color (decimal): -7317324 or 11819152. OLE color: 11819152.

HSL color Cylindrical-coordinate representation of color #9058B4: hue angle of 276.52º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9058B4 is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 88 180 -
CMYK 0.2 0.51 0 0.29
HSL 276.52º 0.38% 0.53% -
HSV(B) 276.52º 0.51% 0.71% -
XYZ 23.23 16.2 45.08 -
YUV 115.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 144 88 180 0.2 0.51 0 0.29 276.52 0.38 0.53
Hex 90 58 B4 14 33 0 1D 115 26 35
Octal 220 130 264 24 63 0 35 425 46 65
Binary 10010000 1011000 10110100 10100 110011 0 11101 100010101 100110 110101

Color Harmonies of #9058B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058B4

Black with #9058B4

Text Example


Text Example

White with #9058B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9058B4; }

 p { color: rgb(144,88,180); }

 H1.HeaderClassName
 {
   color: #9058B4;
 }
 .AnyTagClassName
 {
   color: #9058B4;
 }
</style>

background-color css

<style>
 a { background-color: #9058B4; }

 a { background-color: rgb(144,88,180); }

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

border-color css

<style>
 span { border-color: #9058B4; }

 span { border-color: rgb(144,88,180); }

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