Html Css Color HEX #9B4CAE Deep Lilac

📋 copy color: '#9B4CAE'

red 155 ◦ green 76 ◦ blue 174

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

Shades of Deep Lilac #9B4CAE

Tints of Deep Lilac #9B4CAE

RGB

 RED value IS 155 (60.94% from 255) = 38.27%

 GREEN value IS 76 (30.08% from 255) = 18.77%

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 38.27%
G = 18.77%
B = 42.96%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B4CAE (or 0x9B4CAE) is known color: Deep Lilac. HEX triplet: 9B, 4C and AE. RGB value is (155,76,174). Sum of RGB (Red+Green+Blue) = 155+76+174=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B4CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4CAE is #64B351. Grayscale: #6E6E6E. Windows color (decimal): -6599506 or 11422875. OLE color: 11422875.

HSL color Cylindrical-coordinate representation of color #9B4CAE: hue angle of 288.37º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4CAE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 76 174 -
CMYK 0.11 0.56 0 0.32
HSL 288.37º 0.39% 0.49% -
HSV(B) 288.37º 0.56% 0.68% -
XYZ 23.74 15.19 41.73 -
YUV 110.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 155 76 174 0.11 0.56 0 0.32 288.37 0.39 0.49
Hex 9B 4C AE B 38 0 20 120 27 31
Octal 233 114 256 13 70 0 40 440 47 61
Binary 10011011 1001100 10101110 1011 111000 0 100000 100100000 100111 110001

Color Harmonies of #9B4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4CAE

Black with #9B4CAE

Text Example


Text Example

White with #9B4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B4CAE; }

 p { color: rgb(155,76,174); }

 H1.HeaderClassName
 {
   color: #9B4CAE;
 }
 .AnyTagClassName
 {
   color: #9B4CAE;
 }
</style>

background-color css

<style>
 a { background-color: #9B4CAE; }

 a { background-color: rgb(155,76,174); }

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

border-color css

<style>
 span { border-color: #9B4CAE; }

 span { border-color: rgb(155,76,174); }

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