Html Css Color HEX #903BAF Deep Lilac

📋 copy color: '#903BAF'

red 144 ◦ green 59 ◦ blue 175

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

Shades of Deep Lilac #903BAF

Tints of Deep Lilac #903BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.61%

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

R = 38.1%
G = 15.61%
B = 46.3%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#903BAF (or 0x903BAF) is known color: Deep Lilac. HEX triplet: 90, 3B and AF. RGB value is (144,59,175). Sum of RGB (Red+Green+Blue) = 144+59+175=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #903BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903BAF is #6FC450. Grayscale: #616161. Windows color (decimal): -7324753 or 11484048. OLE color: 11484048.

HSL color Cylindrical-coordinate representation of color #903BAF: hue angle of 283.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #903BAF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 59 175 -
CMYK 0.18 0.66 0 0.31
HSL 283.97º 0.5% 0.46% -
HSV(B) 283.97º 0.66% 0.69% -
XYZ 20.8 12.15 41.81 -
YUV 97.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 144 59 175 0.18 0.66 0 0.31 283.97 0.5 0.46
Hex 90 3B AF 12 42 0 1F 11C 32 2E
Octal 220 73 257 22 102 0 37 434 62 56
Binary 10010000 111011 10101111 10010 1000010 0 11111 100011100 110010 101110

Color Harmonies of #903BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903BAF

Black with #903BAF

Text Example


Text Example

White with #903BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903BAF; }

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

 H1.HeaderClassName
 {
   color: #903BAF;
 }
 .AnyTagClassName
 {
   color: #903BAF;
 }
</style>

background-color css

<style>
 a { background-color: #903BAF; }

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

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

border-color css

<style>
 span { border-color: #903BAF; }

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

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