#8670CA

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

Shades of True V #8670CA

Tints of True V #8670CA

Color information

#8670CA (or 0x8670CA) is unknown color: approx True V. HEX triplet: 86, 70 and CA. RGB value is (134,112,202). Sum of RGB (Red+Green+Blue) = 134+112+202=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #8670CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8670CA is #798F35. Grayscale: #808080. Windows color (decimal): -7966518 or 13267078. OLE color: 13267078.

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

Color convert

RGB134112202-
CMYK0.340.4500.21
HSL254.67º45.92%61.57%-
HSV(B)254.67º44.55%79.22%-
XYZ26.2920.9258.53-
YUV128.84169.29131.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 112 (44.14% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=29.91%
G=25%
B=45.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341122020.340.4500.21254.6745.9261.57
Hex8670CA222D015ff2e3e
Octal20616031242550253775676
Binary1000011011100001100101010001010110101010111111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8670CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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