Html Css Color HEX #9B8DCC Cold Purple

📋 copy color: '#9B8DCC'

red 155 ◦ green 141 ◦ blue 204

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

Shades of Cold Purple #9B8DCC

Tints of Cold Purple #9B8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.2%

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 31%
G = 28.2%
B = 40.8%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B8DCC (or 0x9B8DCC) is known color: Cold Purple. HEX triplet: 9B, 8D and CC. RGB value is (155,141,204). Sum of RGB (Red+Green+Blue) = 155+141+204=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8DCC is #647233. Grayscale: #989898. Windows color (decimal): -6582836 or 13405595. OLE color: 13405595.

HSL color Cylindrical-coordinate representation of color #9B8DCC: hue angle of 253.33º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B8DCC is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 141 204 -
CMYK 0.24 0.31 0 0.2
HSL 253.33º 0.38% 0.68% -
HSV(B) 253.33º 0.31% 0.8% -
XYZ 33.94 30.38 61.2 -
YUV 152.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 155 141 204 0.24 0.31 0 0.2 253.33 0.38 0.68
Hex 9B 8D CC 18 1F 0 14 FD 26 44
Octal 233 215 314 30 37 0 24 375 46 104
Binary 10011011 10001101 11001100 11000 11111 0 10100 11111101 100110 1000100

Color Harmonies of #9B8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8DCC

Black with #9B8DCC

Text Example


Text Example

White with #9B8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,141,204); }

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

background-color css

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

 a { background-color: rgb(155,141,204); }

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

border-color css

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

 span { border-color: rgb(155,141,204); }

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