Html Css Color HEX #9B65BC Deep Lilac

📋 copy color: '#9B65BC'

red 155 ◦ green 101 ◦ blue 188

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

Shades of Deep Lilac #9B65BC

Tints of Deep Lilac #9B65BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 34.91%
G = 22.75%
B = 42.34%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B65BC (or 0x9B65BC) is known color: Deep Lilac. HEX triplet: 9B, 65 and BC. RGB value is (155,101,188). Sum of RGB (Red+Green+Blue) = 155+101+188=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B65BC is #649A43. Grayscale: #7E7E7E. Windows color (decimal): -6593092 or 12346779. OLE color: 12346779.

HSL color Cylindrical-coordinate representation of color #9B65BC: hue angle of 277.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B65BC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 101 188 -
CMYK 0.18 0.46 0 0.26
HSL 277.24º 0.39% 0.57% -
HSV(B) 277.24º 0.46% 0.74% -
XYZ 27.25 19.91 49.98 -
YUV 127.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 155 101 188 0.18 0.46 0 0.26 277.24 0.39 0.57
Hex 9B 65 BC 12 2E 0 1A 115 27 39
Octal 233 145 274 22 56 0 32 425 47 71
Binary 10011011 1100101 10111100 10010 101110 0 11010 100010101 100111 111001

Color Harmonies of #9B65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B65BC

Black with #9B65BC

Text Example


Text Example

White with #9B65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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