Html Css Color HEX #9B4BC5 Deep Lilac

📋 copy color: '#9B4BC5'

red 155 ◦ green 75 ◦ blue 197

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

Shades of Deep Lilac #9B4BC5

Tints of Deep Lilac #9B4BC5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.56%

 BLUE value IS 197 (77.34% from 255) = 46.14%

R = 36.3%
G = 17.56%
B = 46.14%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9B4BC5 (or 0x9B4BC5) is known color: Deep Lilac. HEX triplet: 9B, 4B and C5. RGB value is (155,75,197). Sum of RGB (Red+Green+Blue) = 155+75+197=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #9B4BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BC5 is #64B43A. Grayscale: #707070. Windows color (decimal): -6599739 or 12929947. OLE color: 12929947.

HSL color Cylindrical-coordinate representation of color #9B4BC5: hue angle of 279.34º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B4BC5 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 75 197 -
CMYK 0.21 0.62 0 0.23
HSL 279.34º 0.51% 0.53% -
HSV(B) 279.34º 0.62% 0.77% -
XYZ 26.11 16.03 54.54 -
YUV 112.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 155 75 197 0.21 0.62 0 0.23 279.34 0.51 0.53
Hex 9B 4B C5 15 3E 0 17 117 33 35
Octal 233 113 305 25 76 0 27 427 63 65
Binary 10011011 1001011 11000101 10101 111110 0 10111 100010111 110011 110101

Color Harmonies of #9B4BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4BC5

Black with #9B4BC5

Text Example


Text Example

White with #9B4BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,75,197); }

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

background-color css

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

 a { background-color: rgb(155,75,197); }

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

border-color css

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

 span { border-color: rgb(155,75,197); }

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