#9B8CCF

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

Shades of Cold Purple #9B8CCF

Tints of Cold Purple #9B8CCF

Color information

#9B8CCF (or 0x9B8CCF) is unknown color: approx Cold Purple. HEX triplet: 9B, 8C and CF. RGB value is (155,140,207). Sum of RGB (Red+Green+Blue) = 155+140+207=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B8CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CCF is #647330. Grayscale: #979797. Windows color (decimal): -6583089 or 13601947. OLE color: 13601947.

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

Color convert

RGB155140207-
CMYK0.250.3200.19
HSL253.43º41.1%68.04%-
HSV(B)253.43º32.37%81.18%-
XYZ34.1630.2363.07-
YUV152.12158.97130.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=30.88%
G=27.89%
B=41.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551402070.250.3200.19253.4341.168.04
Hex9B8CCF1920013fd2944
Octal233214317314002337551104
Binary10011011100011001100111111001100000010011111111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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