Html Css Color HEX #9B96DF Blue Bell

📋 copy color: '#9B96DF'

red 155 ◦ green 150 ◦ blue 223

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

Shades of Blue Bell #9B96DF

Tints of Blue Bell #9B96DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.41%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 29.36%
G = 28.41%
B = 42.23%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B96DF (or 0x9B96DF) is known color: Blue Bell. HEX triplet: 9B, 96 and DF. RGB value is (155,150,223). Sum of RGB (Red+Green+Blue) = 155+150+223=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B96DF is #646920. Grayscale: #9F9F9F. Windows color (decimal): -6580513 or 14653083. OLE color: 14653083.

HSL color Cylindrical-coordinate representation of color #9B96DF: hue angle of 244.11º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B96DF is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 150 223 -
CMYK 0.30 0.33 0 0.13
HSL 244.11º 0.53% 0.73% -
HSV(B) 244.11º 0.33% 0.87% -
XYZ 37.74 34.11 74.41 -
YUV 159.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 155 150 223 0.30 0.33 0 0.13 244.11 0.53 0.73
Hex 9B 96 DF 1E 21 0 D F4 35 49
Octal 233 226 337 36 41 0 15 364 65 111
Binary 10011011 10010110 11011111 11110 100001 0 1101 11110100 110101 1001001

Color Harmonies of #9B96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B96DF

Black with #9B96DF

Text Example


Text Example

White with #9B96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,150,223); }

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

background-color css

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

 a { background-color: rgb(155,150,223); }

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

border-color css

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

 span { border-color: rgb(155,150,223); }

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