#8665BB

Color #8665BB True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8665BB

Tints of True V #8665BB

Color information

#8665BB (or 0x8665BB) is unknown color: approx True V. HEX triplet: 86, 65 and BB. RGB value is (134,101,187). Sum of RGB (Red+Green+Blue) = 134+101+187=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #8665BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8665BB is #799A44. Grayscale: #787878. Windows color (decimal): -7969349 or 12281222. OLE color: 12281222.

HSL color Cylindrical-coordinate representation of color #8665BB: hue angle of 263.02º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8665BB is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134101187-
CMYK0.280.4600.27
HSL263.02º38.74%56.47%-
HSV(B)263.02º45.99%73.33%-
XYZ23.4517.9649.24-
YUV120.67165.43137.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=31.75%
G=23.93%
B=44.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341011870.280.4600.27263.0238.7456.47
Hex8665BB1C2E01B1072738
Octal20614527334560334074770
Binary1000011011001011011101111100101110011011100000111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8665BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8665BB; }

 p { color: rgb(134,101,187); }

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

<style>
 a { background-color: #8665BB; }

 a { background-color: rgb(134,101,187); }

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

<style>
 span { border-color: #8665BB; }

 span { border-color: rgb(134,101,187); }

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