#8B67CA

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

Shades of True V #8B67CA

Tints of True V #8B67CA

Color information

#8B67CA (or 0x8B67CA) is unknown color: approx True V. HEX triplet: 8B, 67 and CA. RGB value is (139,103,202). Sum of RGB (Red+Green+Blue) = 139+103+202=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B67CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B67CA is #749835. Grayscale: #7C7C7C. Windows color (decimal): -7641142 or 13264779. OLE color: 13264779.

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

Color convert

RGB139103202-
CMYK0.310.4900.21
HSL261.82º48.29%59.8%-
HSV(B)261.82º49.01%79.22%-
XYZ26.1619.4558.25-
YUV125.05171.43137.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=31.31%
G=23.20%
B=45.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391032020.310.4900.21261.8248.2959.8
Hex8B67CA1F31015106303c
Octal21314731237610254066074
Binary1000101111001111100101011111110001010101100000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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