Html Css Color HEX #9C8DBA Cold Purple

📋 copy color: '#9C8DBA'

red 156 ◦ green 141 ◦ blue 186

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

Shades of Cold Purple #9C8DBA

Tints of Cold Purple #9C8DBA

RGB

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

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

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

R = 32.3%
G = 29.19%
B = 38.51%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C8DBA (or 0x9C8DBA) is known color: Cold Purple. HEX triplet: 9C, 8D and BA. RGB value is (156,141,186). Sum of RGB (Red+Green+Blue) = 156+141+186=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C8DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DBA is #637245. Grayscale: #969696. Windows color (decimal): -6517318 or 12225948. OLE color: 12225948.

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

Color convert

RGB 156 141 186 -
CMYK 0.16 0.24 0 0.27
HSL 260º 0.25% 0.64% -
HSV(B) 260º 0.24% 0.73% -
XYZ 32.1 29.66 50.49 -
YUV 150.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 156 141 186 0.16 0.24 0 0.27 260 0.25 0.64
Hex 9C 8D BA 10 18 0 1B 104 19 40
Octal 234 215 272 20 30 0 33 404 31 100
Binary 10011100 10001101 10111010 10000 11000 0 11011 100000100 11001 1000000

Color Harmonies of #9C8DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8DBA

Black with #9C8DBA

Text Example


Text Example

White with #9C8DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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