Html Css Color HEX #9B54C0 Deep Lilac

📋 copy color: '#9B54C0'

red 155 ◦ green 84 ◦ blue 192

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

Shades of Deep Lilac #9B54C0

Tints of Deep Lilac #9B54C0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.49%

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 35.96%
G = 19.49%
B = 44.55%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B54C0 (or 0x9B54C0) is known color: Deep Lilac. HEX triplet: 9B, 54 and C0. RGB value is (155,84,192). Sum of RGB (Red+Green+Blue) = 155+84+192=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B54C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B54C0 is #64AB3F. Grayscale: #757575. Windows color (decimal): -6597440 or 12604571. OLE color: 12604571.

HSL color Cylindrical-coordinate representation of color #9B54C0: hue angle of 279.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B54C0 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 84 192 -
CMYK 0.19 0.56 0 0.25
HSL 279.44º 0.46% 0.54% -
HSV(B) 279.44º 0.56% 0.75% -
XYZ 26.2 17.11 51.79 -
YUV 117.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 155 84 192 0.19 0.56 0 0.25 279.44 0.46 0.54
Hex 9B 54 C0 13 38 0 19 117 2E 36
Octal 233 124 300 23 70 0 31 427 56 66
Binary 10011011 1010100 11000000 10011 111000 0 11001 100010111 101110 110110

Color Harmonies of #9B54C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B54C0

Black with #9B54C0

Text Example


Text Example

White with #9B54C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,84,192); }

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

background-color css

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

 a { background-color: rgb(155,84,192); }

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

border-color css

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

 span { border-color: rgb(155,84,192); }

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