Html Css Color HEX #9C8CBC Cold Purple

📋 copy color: '#9C8CBC'

red 156 ◦ green 140 ◦ blue 188

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

Shades of Cold Purple #9C8CBC

Tints of Cold Purple #9C8CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.93%

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

R = 32.23%
G = 28.93%
B = 38.84%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C8CBC (or 0x9C8CBC) is known color: Cold Purple. HEX triplet: 9C, 8C and BC. RGB value is (156,140,188). Sum of RGB (Red+Green+Blue) = 156+140+188=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C8CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CBC is #637343. Grayscale: #969696. Windows color (decimal): -6517572 or 12356764. OLE color: 12356764.

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

Color convert

RGB 156 140 188 -
CMYK 0.17 0.26 0 0.26
HSL 260º 0.26% 0.64% -
HSV(B) 260º 0.26% 0.74% -
XYZ 32.17 29.45 51.57 -
YUV 150.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 156 140 188 0.17 0.26 0 0.26 260 0.26 0.64
Hex 9C 8C BC 11 1A 0 1A 104 1A 40
Octal 234 214 274 21 32 0 32 404 32 100
Binary 10011100 10001100 10111100 10001 11010 0 11010 100000100 11010 1000000

Color Harmonies of #9C8CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8CBC

Black with #9C8CBC

Text Example


Text Example

White with #9C8CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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