#8467CA

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

Shades of True V #8467CA

Tints of True V #8467CA

Color information

#8467CA (or 0x8467CA) is unknown color: approx True V. HEX triplet: 84, 67 and CA. RGB value is (132,103,202). Sum of RGB (Red+Green+Blue) = 132+103+202=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #8467CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8467CA is #7B9835. Grayscale: #7A7A7A. Windows color (decimal): -8099894 or 13264772. OLE color: 13264772.

HSL color Cylindrical-coordinate representation of color #8467CA: hue angle of 257.58º 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 #8467CA is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132103202-
CMYK0.350.4900.21
HSL257.58º48.29%59.8%-
HSV(B)257.58º49.01%79.22%-
XYZ25.0318.8758.2-
YUV122.96172.61134.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=30.21%
G=23.57%
B=46.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321032020.350.4900.21257.5848.2959.8
Hex8467CA2331015102303c
Octal20414731243610254026074
Binary10000100110011111001010100011110001010101100000010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8467CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8467CA; }

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

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

<style>
 a { background-color: #8467CA; }

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

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

<style>
 span { border-color: #8467CA; }

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

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