Html Css Color HEX #9243AB Deep Lilac

📋 copy color: '#9243AB'

red 146 ◦ green 67 ◦ blue 171

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

Shades of Deep Lilac #9243AB

Tints of Deep Lilac #9243AB

RGB

 RED value IS 146 (57.42% from 255) = 38.02%

 GREEN value IS 67 (26.56% from 255) = 17.45%

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

R = 38.02%
G = 17.45%
B = 44.53%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9243AB (or 0x9243AB) is known color: Deep Lilac. HEX triplet: 92, 43 and AB. RGB value is (146,67,171). Sum of RGB (Red+Green+Blue) = 146+67+171=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #9243AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9243AB is #6DBC54. Grayscale: #666666. Windows color (decimal): -7191637 or 11223954. OLE color: 11223954.

HSL color Cylindrical-coordinate representation of color #9243AB: hue angle of 285.58º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9243AB is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 67 171 -
CMYK 0.15 0.61 0 0.33
HSL 285.58º 0.44% 0.47% -
HSV(B) 285.58º 0.61% 0.67% -
XYZ 21.21 13.07 39.93 -
YUV 102.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 146 67 171 0.15 0.61 0 0.33 285.58 0.44 0.47
Hex 92 43 AB F 3D 0 21 11E 2C 2F
Octal 222 103 253 17 75 0 41 436 54 57
Binary 10010010 1000011 10101011 1111 111101 0 100001 100011110 101100 101111

Color Harmonies of #9243AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9243AB

Black with #9243AB

Text Example


Text Example

White with #9243AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,67,171); }

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

background-color css

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

 a { background-color: rgb(146,67,171); }

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

border-color css

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

 span { border-color: rgb(146,67,171); }

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