Html Css Color HEX #9C96D3 Blue Bell

📋 copy color: '#9C96D3'

red 156 ◦ green 150 ◦ blue 211

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

Shades of Blue Bell #9C96D3

Tints of Blue Bell #9C96D3

RGB

 RED value IS 156 (61.33% from 255) = 30.17%

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

 BLUE value IS 211 (82.81% from 255) = 40.81%

R = 30.17%
G = 29.01%
B = 40.81%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9C96D3 (or 0x9C96D3) is known color: Blue Bell. HEX triplet: 9C, 96 and D3. RGB value is (156,150,211). Sum of RGB (Red+Green+Blue) = 156+150+211=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 211 - color contains mainly: blue. Hex color #9C96D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96D3 is #63692C. Grayscale: #9E9E9E. Windows color (decimal): -6514989 or 13866652. OLE color: 13866652.

HSL color Cylindrical-coordinate representation of color #9C96D3: hue angle of 245.9º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C96D3 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 156 150 211 -
CMYK 0.26 0.29 0 0.17
HSL 245.9º 0.41% 0.71% -
HSV(B) 245.9º 0.29% 0.83% -
XYZ 36.37 33.58 66.19 -
YUV 158.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 156 150 211 0.26 0.29 0 0.17 245.9 0.41 0.71
Hex 9C 96 D3 1A 1D 0 11 F6 29 47
Octal 234 226 323 32 35 0 21 366 51 107
Binary 10011100 10010110 11010011 11010 11101 0 10001 11110110 101001 1000111

Color Harmonies of #9C96D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C96D3

Black with #9C96D3

Text Example


Text Example

White with #9C96D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,150,211); }

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

background-color css

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

 a { background-color: rgb(156,150,211); }

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

border-color css

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

 span { border-color: rgb(156,150,211); }

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