#8B72CA

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

Shades of True V #8B72CA

Tints of True V #8B72CA

Color information

#8B72CA (or 0x8B72CA) is unknown color: approx True V. HEX triplet: 8B, 72 and CA. RGB value is (139,114,202). Sum of RGB (Red+Green+Blue) = 139+114+202=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B72CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B72CA is #748D35. Grayscale: #838383. Windows color (decimal): -7638326 or 13267595. OLE color: 13267595.

HSL color Cylindrical-coordinate representation of color #8B72CA: hue angle of 257.05º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B72CA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139114202-
CMYK0.310.4400.21
HSL257.05º45.36%61.96%-
HSV(B)257.05º43.56%79.22%-
XYZ27.3321.7958.64-
YUV131.51167.78133.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=30.55%
G=25.05%
B=44.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391142020.310.4400.21257.0545.3661.96
Hex8B72CA1F2C0151012d3e
Octal21316231237540254015576
Binary1000101111100101100101011111101100010101100000001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B72CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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