Html Css Color HEX #9F8CC3 Cold Purple

📋 copy color: '#9F8CC3'

red 159 ◦ green 140 ◦ blue 195

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

Shades of Cold Purple #9F8CC3

Tints of Cold Purple #9F8CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.47%

R = 32.19%
G = 28.34%
B = 39.47%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9F8CC3 (or 0x9F8CC3) is known color: Cold Purple. HEX triplet: 9F, 8C and C3. RGB value is (159,140,195). Sum of RGB (Red+Green+Blue) = 159+140+195=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #9F8CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CC3 is #60733C. Grayscale: #979797. Windows color (decimal): -6320957 or 12815519. OLE color: 12815519.

HSL color Cylindrical-coordinate representation of color #9F8CC3: hue angle of 260.73º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F8CC3 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 140 195 -
CMYK 0.18 0.28 0 0.24
HSL 260.73º 0.31% 0.66% -
HSV(B) 260.73º 0.28% 0.76% -
XYZ 33.53 30.07 55.67 -
YUV 151.95 152.29 133.03 -
System Red Green Blue C M Y K H S L
Decimal 159 140 195 0.18 0.28 0 0.24 260.73 0.31 0.66
Hex 9F 8C C3 12 1C 0 18 105 1F 42
Octal 237 214 303 22 34 0 30 405 37 102
Binary 10011111 10001100 11000011 10010 11100 0 11000 100000101 11111 1000010

Color Harmonies of #9F8CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CC3

Black with #9F8CC3

Text Example


Text Example

White with #9F8CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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