Html Css Color HEX #9B8BC1 Cold Purple

📋 copy color: '#9B8BC1'

red 155 ◦ green 139 ◦ blue 193

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

Shades of Cold Purple #9B8BC1

Tints of Cold Purple #9B8BC1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.54%

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 31.83%
G = 28.54%
B = 39.63%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9B8BC1 (or 0x9B8BC1) is known color: Cold Purple. HEX triplet: 9B, 8B and C1. RGB value is (155,139,193). Sum of RGB (Red+Green+Blue) = 155+139+193=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B8BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BC1 is #64743E. Grayscale: #959595. Windows color (decimal): -6583359 or 12684187. OLE color: 12684187.

HSL color Cylindrical-coordinate representation of color #9B8BC1: hue angle of 257.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B8BC1 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 139 193 -
CMYK 0.20 0.28 0 0.24
HSL 257.78º 0.3% 0.65% -
HSV(B) 257.78º 0.28% 0.76% -
XYZ 32.38 29.28 54.4 -
YUV 149.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 155 139 193 0.20 0.28 0 0.24 257.78 0.3 0.65
Hex 9B 8B C1 14 1C 0 18 102 1E 41
Octal 233 213 301 24 34 0 30 402 36 101
Binary 10011011 10001011 11000001 10100 11100 0 11000 100000010 11110 1000001

Color Harmonies of #9B8BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8BC1

Black with #9B8BC1

Text Example


Text Example

White with #9B8BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,139,193); }

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

background-color css

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

 a { background-color: rgb(155,139,193); }

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

border-color css

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

 span { border-color: rgb(155,139,193); }

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