Html Css Color HEX #9B95D3 Blue Bell

📋 copy color: '#9B95D3'

red 155 ◦ green 149 ◦ blue 211

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

Shades of Blue Bell #9B95D3

Tints of Blue Bell #9B95D3

RGB

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

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

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

R = 30.1%
G = 28.93%
B = 40.97%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9B95D3 (or 0x9B95D3) is known color: Blue Bell. HEX triplet: 9B, 95 and D3. RGB value is (155,149,211). Sum of RGB (Red+Green+Blue) = 155+149+211=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #9B95D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B95D3 is #646A2C. Grayscale: #9D9D9D. Windows color (decimal): -6580781 or 13866395. OLE color: 13866395.

HSL color Cylindrical-coordinate representation of color #9B95D3: hue angle of 245.81º 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 #9B95D3 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 149 211 -
CMYK 0.27 0.29 0 0.17
HSL 245.81º 0.41% 0.71% -
HSV(B) 245.81º 0.29% 0.83% -
XYZ 36.02 33.17 66.13 -
YUV 157.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 155 149 211 0.27 0.29 0 0.17 245.81 0.41 0.71
Hex 9B 95 D3 1B 1D 0 11 F6 29 47
Octal 233 225 323 33 35 0 21 366 51 107
Binary 10011011 10010101 11010011 11011 11101 0 10001 11110110 101001 1000111

Color Harmonies of #9B95D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B95D3

Black with #9B95D3

Text Example


Text Example

White with #9B95D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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