Html Css Color HEX #9058AF Deep Lilac

📋 copy color: '#9058AF'

red 144 ◦ green 88 ◦ blue 175

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

Shades of Deep Lilac #9058AF

Tints of Deep Lilac #9058AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 35.38%
G = 21.62%
B = 43%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9058AF (or 0x9058AF) is known color: Deep Lilac. HEX triplet: 90, 58 and AF. RGB value is (144,88,175). Sum of RGB (Red+Green+Blue) = 144+88+175=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #9058AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9058AF is #6FA750. Grayscale: #727272. Windows color (decimal): -7317329 or 11491472. OLE color: 11491472.

HSL color Cylindrical-coordinate representation of color #9058AF: hue angle of 278.62º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9058AF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 88 175 -
CMYK 0.18 0.50 0 0.31
HSL 278.62º 0.35% 0.52% -
HSV(B) 278.62º 0.5% 0.69% -
XYZ 22.73 16 42.45 -
YUV 114.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 144 88 175 0.18 0.50 0 0.31 278.62 0.35 0.52
Hex 90 58 AF 12 32 0 1F 117 23 34
Octal 220 130 257 22 62 0 37 427 43 64
Binary 10010000 1011000 10101111 10010 110010 0 11111 100010111 100011 110100

Color Harmonies of #9058AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058AF

Black with #9058AF

Text Example


Text Example

White with #9058AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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