#9B8CEF

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

Shades of Medium Purple #9B8CEF

Tints of Medium Purple #9B8CEF

Color information

#9B8CEF (or 0x9B8CEF) is unknown color: approx Medium Purple. HEX triplet: 9B, 8C and EF. RGB value is (155,140,239). Sum of RGB (Red+Green+Blue) = 155+140+239=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B8CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8CEF is #647310. Grayscale: #9B9B9B. Windows color (decimal): -6583057 or 15699099. OLE color: 15699099.

HSL color Cylindrical-coordinate representation of color #9B8CEF: hue angle of 249.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B8CEF is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155140239-
CMYK0.350.4100.06
HSL249.09º75.57%74.31%-
HSV(B)249.09º41.42%93.73%-
XYZ38.4831.9685.8-
YUV155.77174.97127.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 239 (93.75% from 255) = 44.76%
R=29.03%
G=26.22%
B=44.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551402390.350.4100.06249.0975.5774.31
Hex9B8CEF232906f94c4a
Octal233214357435106371114112
Binary10011011100011001110111110001110100101101111100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,140,239); }

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

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

 a { background-color: rgb(155,140,239); }

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

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

 span { border-color: rgb(155,140,239); }

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