Html Css Color HEX #9B95DC Blue Bell

📋 copy color: '#9B95DC'

red 155 ◦ green 149 ◦ blue 220

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

Shades of Blue Bell #9B95DC

Tints of Blue Bell #9B95DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.44%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 29.58%
G = 28.44%
B = 41.98%

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

#9B95DC (or 0x9B95DC) is known color: Blue Bell. HEX triplet: 9B, 95 and DC. RGB value is (155,149,220). Sum of RGB (Red+Green+Blue) = 155+149+220=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B95DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B95DC is #646A23. Grayscale: #9E9E9E. Windows color (decimal): -6580772 or 14456219. OLE color: 14456219.

HSL color Cylindrical-coordinate representation of color #9B95DC: hue angle of 245.07º degrees, saturation: 0.5, 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 #9B95DC is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 149 220 -
CMYK 0.30 0.32 0 0.14
HSL 245.07º 0.5% 0.72% -
HSV(B) 245.07º 0.32% 0.86% -
XYZ 37.18 33.63 72.24 -
YUV 158.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 155 149 220 0.30 0.32 0 0.14 245.07 0.5 0.72
Hex 9B 95 DC 1E 20 0 E F5 32 48
Octal 233 225 334 36 40 0 16 365 62 110
Binary 10011011 10010101 11011100 11110 100000 0 1110 11110101 110010 1001000

Color Harmonies of #9B95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B95DC

Black with #9B95DC

Text Example


Text Example

White with #9B95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,149,220); }

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

background-color css

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

 a { background-color: rgb(155,149,220); }

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

border-color css

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

 span { border-color: rgb(155,149,220); }

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