Html Css Color HEX #9B5FBE Deep Lilac

📋 copy color: '#9B5FBE'

red 155 ◦ green 95 ◦ blue 190

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

Shades of Deep Lilac #9B5FBE

Tints of Deep Lilac #9B5FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

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

R = 35.23%
G = 21.59%
B = 43.18%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B5FBE (or 0x9B5FBE) is known color: Deep Lilac. HEX triplet: 9B, 5F and BE. RGB value is (155,95,190). Sum of RGB (Red+Green+Blue) = 155+95+190=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B5FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FBE is #64A041. Grayscale: #7B7B7B. Windows color (decimal): -6594626 or 12476315. OLE color: 12476315.

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

Color convert

RGB 155 95 190 -
CMYK 0.18 0.5 0 0.25
HSL 277.89º 0.42% 0.56% -
HSV(B) 277.89º 0.5% 0.75% -
XYZ 26.9 18.87 50.94 -
YUV 123.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 155 95 190 0.18 0.5 0 0.25 277.89 0.42 0.56
Hex 9B 5F BE 12 32 0 19 116 2A 38
Octal 233 137 276 22 62 0 31 426 52 70
Binary 10011011 1011111 10111110 10010 110010 0 11001 100010110 101010 111000

Color Harmonies of #9B5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5FBE

Black with #9B5FBE

Text Example


Text Example

White with #9B5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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