Html Css Color HEX #9F8CB7 Cold Purple

📋 copy color: '#9F8CB7'

red 159 ◦ green 140 ◦ blue 183

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

Shades of Cold Purple #9F8CB7

Tints of Cold Purple #9F8CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.97%

R = 32.99%
G = 29.05%
B = 37.97%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9F8CB7 (or 0x9F8CB7) is known color: Cold Purple. HEX triplet: 9F, 8C and B7. RGB value is (159,140,183). Sum of RGB (Red+Green+Blue) = 159+140+183=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 183 - color contains mainly: blue. Hex color #9F8CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CB7 is #607348. Grayscale: #969696. Windows color (decimal): -6320969 or 12029087. OLE color: 12029087.

HSL color Cylindrical-coordinate representation of color #9F8CB7: hue angle of 266.51º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F8CB7 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 140 183 -
CMYK 0.13 0.23 0 0.28
HSL 266.51º 0.23% 0.63% -
HSV(B) 266.51º 0.23% 0.72% -
XYZ 32.22 29.55 48.8 -
YUV 150.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 159 140 183 0.13 0.23 0 0.28 266.51 0.23 0.63
Hex 9F 8C B7 D 17 0 1C 10B 17 3F
Octal 237 214 267 15 27 0 34 413 27 77
Binary 10011111 10001100 10110111 1101 10111 0 11100 100001011 10111 111111

Color Harmonies of #9F8CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CB7

Black with #9F8CB7

Text Example


Text Example

White with #9F8CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,140,183); }

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

background-color css

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

 a { background-color: rgb(159,140,183); }

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

border-color css

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

 span { border-color: rgb(159,140,183); }

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