Html Css Color HEX #9C97DF Blue Bell

📋 copy color: '#9C97DF'

red 156 ◦ green 151 ◦ blue 223

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

Shades of Blue Bell #9C97DF

Tints of Blue Bell #9C97DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.49%

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

R = 29.43%
G = 28.49%
B = 42.08%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C97DF (or 0x9C97DF) is known color: Blue Bell. HEX triplet: 9C, 97 and DF. RGB value is (156,151,223). Sum of RGB (Red+Green+Blue) = 156+151+223=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C97DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C97DF is #636820. Grayscale: #A0A0A0. Windows color (decimal): -6514721 or 14653340. OLE color: 14653340.

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

Color convert

RGB 156 151 223 -
CMYK 0.30 0.32 0 0.13
HSL 244.17º 0.53% 0.73% -
HSV(B) 244.17º 0.32% 0.87% -
XYZ 38.1 34.53 74.47 -
YUV 160.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 156 151 223 0.30 0.32 0 0.13 244.17 0.53 0.73
Hex 9C 97 DF 1E 20 0 D F4 35 49
Octal 234 227 337 36 40 0 15 364 65 111
Binary 10011100 10010111 11011111 11110 100000 0 1101 11110100 110101 1001001

Color Harmonies of #9C97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C97DF

Black with #9C97DF

Text Example


Text Example

White with #9C97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,151,223); }

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

background-color css

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

 a { background-color: rgb(156,151,223); }

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

border-color css

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

 span { border-color: rgb(156,151,223); }

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