#8667CA

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

Shades of True V #8667CA

Tints of True V #8667CA

Color information

#8667CA (or 0x8667CA) is unknown color: approx True V. HEX triplet: 86, 67 and CA. RGB value is (134,103,202). Sum of RGB (Red+Green+Blue) = 134+103+202=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #8667CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8667CA is #799835. Grayscale: #7B7B7B. Windows color (decimal): -7968822 or 13264774. OLE color: 13264774.

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

Color convert

RGB134103202-
CMYK0.340.4900.21
HSL258.79º48.29%59.8%-
HSV(B)258.79º49.01%79.22%-
XYZ25.3419.0358.22-
YUV123.56172.27135.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=30.52%
G=23.46%
B=46.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341032020.340.4900.21258.7948.2959.8
Hex8667CA2231015103303c
Octal20614731242610254036074
Binary10000110110011111001010100010110001010101100000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8667CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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