Html Css Color HEX #9F8DCF Cold Purple

📋 copy color: '#9F8DCF'

red 159 ◦ green 141 ◦ blue 207

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

Shades of Cold Purple #9F8DCF

Tints of Cold Purple #9F8DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 31.36%
G = 27.81%
B = 40.83%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F8DCF (or 0x9F8DCF) is known color: Cold Purple. HEX triplet: 9F, 8D and CF. RGB value is (159,141,207). Sum of RGB (Red+Green+Blue) = 159+141+207=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DCF is #607230. Grayscale: #999999. Windows color (decimal): -6320689 or 13602207. OLE color: 13602207.

HSL color Cylindrical-coordinate representation of color #9F8DCF: hue angle of 256.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F8DCF is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 141 207 -
CMYK 0.23 0.32 0 0.19
HSL 256.36º 0.41% 0.68% -
HSV(B) 256.36º 0.32% 0.81% -
XYZ 35.09 30.93 63.15 -
YUV 153.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 159 141 207 0.23 0.32 0 0.19 256.36 0.41 0.68
Hex 9F 8D CF 17 20 0 13 100 29 44
Octal 237 215 317 27 40 0 23 400 51 104
Binary 10011111 10001101 11001111 10111 100000 0 10011 100000000 101001 1000100

Color Harmonies of #9F8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8DCF

Black with #9F8DCF

Text Example


Text Example

White with #9F8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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