#8567BB

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

Shades of True V #8567BB

Tints of True V #8567BB

Color information

#8567BB (or 0x8567BB) is unknown color: approx True V. HEX triplet: 85, 67 and BB. RGB value is (133,103,187). Sum of RGB (Red+Green+Blue) = 133+103+187=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #8567BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8567BB is #7A9844. Grayscale: #797979. Windows color (decimal): -8034373 or 12281733. OLE color: 12281733.

HSL color Cylindrical-coordinate representation of color #8567BB: hue angle of 261.43º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8567BB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133103187-
CMYK0.290.4500.27
HSL261.43º38.18%56.86%-
HSV(B)261.43º44.92%73.33%-
XYZ23.4918.2749.3-
YUV121.55164.94136.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=31.44%
G=24.35%
B=44.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331031870.290.4500.27261.4338.1856.86
Hex8567BB1D2D01B1052639
Octal20514727335550334054671
Binary1000010111001111011101111101101101011011100000101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8567BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,103,187); }

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

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

 a { background-color: rgb(133,103,187); }

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

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

 span { border-color: rgb(133,103,187); }

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