#8B72CF

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

Shades of True V #8B72CF

Tints of True V #8B72CF

Color information

#8B72CF (or 0x8B72CF) is unknown color: approx True V. HEX triplet: 8B, 72 and CF. RGB value is (139,114,207). Sum of RGB (Red+Green+Blue) = 139+114+207=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B72CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B72CF is #748D30. Grayscale: #838383. Windows color (decimal): -7638321 or 13595275. OLE color: 13595275.

HSL color Cylindrical-coordinate representation of color #8B72CF: hue angle of 256.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B72CF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139114207-
CMYK0.330.4500.19
HSL256.13º49.21%62.94%-
HSV(B)256.13º44.93%81.18%-
XYZ27.9322.0361.81-
YUV132.08170.28132.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.22%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 207 (81.25% from 255) = 45%
R=30.22%
G=24.78%
B=45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391142070.330.4500.19256.1349.2162.94
Hex8B72CF212D013100313f
Octal21316231741550234006177
Binary10001011111001011001111100001101101010011100000000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B72CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B72CF; }

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

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

<style>
 a { background-color: #8B72CF; }

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

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

<style>
 span { border-color: #8B72CF; }

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

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