#9E8BCF

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

Shades of Cold Purple #9E8BCF

Tints of Cold Purple #9E8BCF

Color information

#9E8BCF (or 0x9E8BCF) is unknown color: approx Cold Purple. HEX triplet: 9E, 8B and CF. RGB value is (158,139,207). Sum of RGB (Red+Green+Blue) = 158+139+207=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E8BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8BCF is #617430. Grayscale: #989898. Windows color (decimal): -6386737 or 13601694. OLE color: 13601694.

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

Color convert

RGB158139207-
CMYK0.240.3300.19
HSL256.76º41.46%67.84%-
HSV(B)256.76º32.85%81.18%-
XYZ34.630.2463.04-
YUV152.43158.79131.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=31.35%
G=27.58%
B=41.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581392070.240.3300.19256.7641.4667.84
Hex9E8BCF18210131012944
Octal236213317304102340151104
Binary100111101000101111001111110001000010100111000000011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,139,207); }

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

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

 a { background-color: rgb(158,139,207); }

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

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

 span { border-color: rgb(158,139,207); }

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