Html Css Color HEX #9A96DB Blue Bell

📋 copy color: '#9A96DB'

red 154 ◦ green 150 ◦ blue 219

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

Shades of Blue Bell #9A96DB

Tints of Blue Bell #9A96DB

RGB

 RED value IS 154 (60.55% from 255) = 29.45%

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 29.45%
G = 28.68%
B = 41.87%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A96DB (or 0x9A96DB) is known color: Blue Bell. HEX triplet: 9A, 96 and DB. RGB value is (154,150,219). Sum of RGB (Red+Green+Blue) = 154+150+219=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A96DB is #656924. Grayscale: #9E9E9E. Windows color (decimal): -6646053 or 14390938. OLE color: 14390938.

HSL color Cylindrical-coordinate representation of color #9A96DB: hue angle of 243.48º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A96DB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 150 219 -
CMYK 0.30 0.32 0 0.14
HSL 243.48º 0.49% 0.72% -
HSV(B) 243.48º 0.32% 0.86% -
XYZ 37.02 33.8 71.59 -
YUV 159.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 154 150 219 0.30 0.32 0 0.14 243.48 0.49 0.72
Hex 9A 96 DB 1E 20 0 E F3 31 48
Octal 232 226 333 36 40 0 16 363 61 110
Binary 10011010 10010110 11011011 11110 100000 0 1110 11110011 110001 1001000

Color Harmonies of #9A96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A96DB

Black with #9A96DB

Text Example


Text Example

White with #9A96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,150,219); }

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

background-color css

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

 a { background-color: rgb(154,150,219); }

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

border-color css

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

 span { border-color: rgb(154,150,219); }

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