Html Css Color HEX #9B67BA Deep Lilac

📋 copy color: '#9B67BA'

red 155 ◦ green 103 ◦ blue 186

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

Shades of Deep Lilac #9B67BA

Tints of Deep Lilac #9B67BA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.2%

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

R = 34.91%
G = 23.2%
B = 41.89%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B67BA (or 0x9B67BA) is known color: Deep Lilac. HEX triplet: 9B, 67 and BA. RGB value is (155,103,186). Sum of RGB (Red+Green+Blue) = 155+103+186=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B67BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B67BA is #649845. Grayscale: #7F7F7F. Windows color (decimal): -6592582 or 12216219. OLE color: 12216219.

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

Color convert

RGB 155 103 186 -
CMYK 0.17 0.45 0 0.27
HSL 277.59º 0.38% 0.57% -
HSV(B) 277.59º 0.45% 0.73% -
XYZ 27.23 20.21 48.92 -
YUV 128.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 155 103 186 0.17 0.45 0 0.27 277.59 0.38 0.57
Hex 9B 67 BA 11 2D 0 1B 116 26 39
Octal 233 147 272 21 55 0 33 426 46 71
Binary 10011011 1100111 10111010 10001 101101 0 11011 100010110 100110 111001

Color Harmonies of #9B67BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B67BA

Black with #9B67BA

Text Example


Text Example

White with #9B67BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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