Html Css Color HEX #9B65BA Deep Lilac

📋 copy color: '#9B65BA'

red 155 ◦ green 101 ◦ blue 186

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

Shades of Deep Lilac #9B65BA

Tints of Deep Lilac #9B65BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

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

R = 35.07%
G = 22.85%
B = 42.08%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B65BA (or 0x9B65BA) is known color: Deep Lilac. HEX triplet: 9B, 65 and BA. RGB value is (155,101,186). Sum of RGB (Red+Green+Blue) = 155+101+186=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B65BA is #649A45. Grayscale: #7E7E7E. Windows color (decimal): -6593094 or 12215707. OLE color: 12215707.

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

Color convert

RGB 155 101 186 -
CMYK 0.17 0.46 0 0.27
HSL 278.12º 0.38% 0.56% -
HSV(B) 278.12º 0.46% 0.73% -
XYZ 27.03 19.82 48.86 -
YUV 126.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 155 101 186 0.17 0.46 0 0.27 278.12 0.38 0.56
Hex 9B 65 BA 11 2E 0 1B 116 26 38
Octal 233 145 272 21 56 0 33 426 46 70
Binary 10011011 1100101 10111010 10001 101110 0 11011 100010110 100110 111000

Color Harmonies of #9B65BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B65BA

Black with #9B65BA

Text Example


Text Example

White with #9B65BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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