Html Css Color HEX #9B4FBE Deep Lilac

📋 copy color: '#9B4FBE'

red 155 ◦ green 79 ◦ blue 190

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

Shades of Deep Lilac #9B4FBE

Tints of Deep Lilac #9B4FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.63%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 36.56%
G = 18.63%
B = 44.81%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B4FBE (or 0x9B4FBE) is known color: Deep Lilac. HEX triplet: 9B, 4F and BE. RGB value is (155,79,190). Sum of RGB (Red+Green+Blue) = 155+79+190=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B4FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4FBE is #64B041. Grayscale: #727272. Windows color (decimal): -6598722 or 12472219. OLE color: 12472219.

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

Color convert

RGB 155 79 190 -
CMYK 0.18 0.58 0 0.25
HSL 281.08º 0.46% 0.53% -
HSV(B) 281.08º 0.58% 0.75% -
XYZ 25.61 16.28 50.51 -
YUV 114.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 155 79 190 0.18 0.58 0 0.25 281.08 0.46 0.53
Hex 9B 4F BE 12 3A 0 19 119 2E 35
Octal 233 117 276 22 72 0 31 431 56 65
Binary 10011011 1001111 10111110 10010 111010 0 11001 100011001 101110 110101

Color Harmonies of #9B4FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4FBE

Black with #9B4FBE

Text Example


Text Example

White with #9B4FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,79,190); }

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

background-color css

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

 a { background-color: rgb(155,79,190); }

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

border-color css

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

 span { border-color: rgb(155,79,190); }

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