#9C8BF1

Color #9C8BF1 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9C8BF1

Tints of Medium Purple #9C8BF1

Color information

#9C8BF1 (or 0x9C8BF1) is unknown color: approx Medium Purple. HEX triplet: 9C, 8B and F1. RGB value is (156,139,241). Sum of RGB (Red+Green+Blue) = 156+139+241=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C8BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8BF1 is #63740E. Grayscale: #9B9B9B. Windows color (decimal): -6517775 or 15829916. OLE color: 15829916.

HSL color Cylindrical-coordinate representation of color #9C8BF1: hue angle of 250º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C8BF1 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156139241-
CMYK0.350.4200.05
HSL250º78.46%74.51%-
HSV(B)250º42.32%94.51%-
XYZ38.8231.8887.33-
YUV155.71176.13128.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.10%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 241 (94.53% from 255) = 44.96%
R=29.10%
G=25.93%
B=44.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561392410.350.4200.0525078.4674.51
Hex9C8BF1232A05fa4e4b
Octal234213361435205372116113
Binary10011100100010111111000110001110101001011111101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,241); }

 H1.HeaderClassName
 {
   color: #9C8BF1;
 }
 .AnyTagClassName
 {
   color: #9C8BF1;
 }
</style>
background-color css

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

 a { background-color: rgb(156,139,241); }

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

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

 span { border-color: rgb(156,139,241); }

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