Html Css Color HEX #9F8DCC Cold Purple

📋 copy color: '#9F8DCC'

red 159 ◦ green 141 ◦ blue 204

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

Shades of Cold Purple #9F8DCC

Tints of Cold Purple #9F8DCC

RGB

 RED value IS 159 (62.5% from 255) = 31.55%

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

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

R = 31.55%
G = 27.98%
B = 40.48%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F8DCC (or 0x9F8DCC) is known color: Cold Purple. HEX triplet: 9F, 8D and CC. RGB value is (159,141,204). Sum of RGB (Red+Green+Blue) = 159+141+204=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DCC is #607233. Grayscale: #999999. Windows color (decimal): -6320692 or 13405599. OLE color: 13405599.

HSL color Cylindrical-coordinate representation of color #9F8DCC: hue angle of 257.14º 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 #9F8DCC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 141 204 -
CMYK 0.22 0.31 0 0.2
HSL 257.14º 0.38% 0.68% -
HSV(B) 257.14º 0.31% 0.8% -
XYZ 34.72 30.78 61.24 -
YUV 153.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 159 141 204 0.22 0.31 0 0.2 257.14 0.38 0.68
Hex 9F 8D CC 16 1F 0 14 101 26 44
Octal 237 215 314 26 37 0 24 401 46 104
Binary 10011111 10001101 11001100 10110 11111 0 10100 100000001 100110 1000100

Color Harmonies of #9F8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8DCC

Black with #9F8DCC

Text Example


Text Example

White with #9F8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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