Html Css Color HEX #9F8CBE Cold Purple

📋 copy color: '#9F8CBE'

red 159 ◦ green 140 ◦ blue 190

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

Shades of Cold Purple #9F8CBE

Tints of Cold Purple #9F8CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 32.52%
G = 28.63%
B = 38.85%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F8CBE (or 0x9F8CBE) is known color: Cold Purple. HEX triplet: 9F, 8C and BE. RGB value is (159,140,190). Sum of RGB (Red+Green+Blue) = 159+140+190=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F8CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CBE is #607341. Grayscale: #979797. Windows color (decimal): -6320962 or 12487839. OLE color: 12487839.

HSL color Cylindrical-coordinate representation of color #9F8CBE: hue angle of 262.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8CBE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 140 190 -
CMYK 0.16 0.26 0 0.25
HSL 262.8º 0.28% 0.65% -
HSV(B) 262.8º 0.26% 0.75% -
XYZ 32.97 29.84 52.74 -
YUV 151.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 159 140 190 0.16 0.26 0 0.25 262.8 0.28 0.65
Hex 9F 8C BE 10 1A 0 19 107 1C 41
Octal 237 214 276 20 32 0 31 407 34 101
Binary 10011111 10001100 10111110 10000 11010 0 11001 100000111 11100 1000001

Color Harmonies of #9F8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CBE

Black with #9F8CBE

Text Example


Text Example

White with #9F8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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