Html Css Color HEX #9C8BBA Cold Purple

📋 copy color: '#9C8BBA'

red 156 ◦ green 139 ◦ blue 186

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

Shades of Cold Purple #9C8BBA

Tints of Cold Purple #9C8BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 32.43%
G = 28.9%
B = 38.67%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C8BBA (or 0x9C8BBA) is known color: Cold Purple. HEX triplet: 9C, 8B and BA. RGB value is (156,139,186). Sum of RGB (Red+Green+Blue) = 156+139+186=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C8BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8BBA is #637445. Grayscale: #959595. Windows color (decimal): -6517830 or 12225436. OLE color: 12225436.

HSL color Cylindrical-coordinate representation of color #9C8BBA: hue angle of 261.7º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C8BBA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 139 186 -
CMYK 0.16 0.25 0 0.27
HSL 261.7º 0.25% 0.64% -
HSV(B) 261.7º 0.25% 0.73% -
XYZ 31.81 29.08 50.39 -
YUV 149.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 156 139 186 0.16 0.25 0 0.27 261.7 0.25 0.64
Hex 9C 8B BA 10 19 0 1B 106 19 40
Octal 234 213 272 20 31 0 33 406 31 100
Binary 10011100 10001011 10111010 10000 11001 0 11011 100000110 11001 1000000

Color Harmonies of #9C8BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8BBA

Black with #9C8BBA

Text Example


Text Example

White with #9C8BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,139,186); }

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

background-color css

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

 a { background-color: rgb(156,139,186); }

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

border-color css

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

 span { border-color: rgb(156,139,186); }

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