Html Css Color HEX #9C8FBC Cold Purple

📋 copy color: '#9C8FBC'

red 156 ◦ green 143 ◦ blue 188

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

Shades of Cold Purple #9C8FBC

Tints of Cold Purple #9C8FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.36%

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 32.03%
G = 29.36%
B = 38.6%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C8FBC (or 0x9C8FBC) is known color: Cold Purple. HEX triplet: 9C, 8F and BC. RGB value is (156,143,188). Sum of RGB (Red+Green+Blue) = 156+143+188=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C8FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FBC is #637043. Grayscale: #979797. Windows color (decimal): -6516804 or 12357532. OLE color: 12357532.

HSL color Cylindrical-coordinate representation of color #9C8FBC: hue angle of 257.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C8FBC is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 143 188 -
CMYK 0.17 0.24 0 0.26
HSL 257.33º 0.25% 0.65% -
HSV(B) 257.33º 0.24% 0.74% -
XYZ 32.61 30.34 51.72 -
YUV 152.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 156 143 188 0.17 0.24 0 0.26 257.33 0.25 0.65
Hex 9C 8F BC 11 18 0 1A 101 19 41
Octal 234 217 274 21 30 0 32 401 31 101
Binary 10011100 10001111 10111100 10001 11000 0 11010 100000001 11001 1000001

Color Harmonies of #9C8FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8FBC

Black with #9C8FBC

Text Example


Text Example

White with #9C8FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,143,188); }

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

background-color css

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

 a { background-color: rgb(156,143,188); }

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

border-color css

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

 span { border-color: rgb(156,143,188); }

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