Html Css Color HEX #9B5FBA Deep Lilac

📋 copy color: '#9B5FBA'

red 155 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #9B5FBA

Tints of Deep Lilac #9B5FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 35.55%
G = 21.79%
B = 42.66%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B5FBA (or 0x9B5FBA) is known color: Deep Lilac. HEX triplet: 9B, 5F and BA. RGB value is (155,95,186). Sum of RGB (Red+Green+Blue) = 155+95+186=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B5FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FBA is #64A045. Grayscale: #7B7B7B. Windows color (decimal): -6594630 or 12214171. OLE color: 12214171.

HSL color Cylindrical-coordinate representation of color #9B5FBA: hue angle of 279.56º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B5FBA is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 95 186 -
CMYK 0.17 0.49 0 0.27
HSL 279.56º 0.4% 0.55% -
HSV(B) 279.56º 0.49% 0.73% -
XYZ 26.47 18.7 48.67 -
YUV 123.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 155 95 186 0.17 0.49 0 0.27 279.56 0.4 0.55
Hex 9B 5F BA 11 31 0 1B 118 28 37
Octal 233 137 272 21 61 0 33 430 50 67
Binary 10011011 1011111 10111010 10001 110001 0 11011 100011000 101000 110111

Color Harmonies of #9B5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5FBA

Black with #9B5FBA

Text Example


Text Example

White with #9B5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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