#8670CD

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

Shades of True V #8670CD

Tints of True V #8670CD

Color information

#8670CD (or 0x8670CD) is unknown color: approx True V. HEX triplet: 86, 70 and CD. RGB value is (134,112,205). Sum of RGB (Red+Green+Blue) = 134+112+205=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #8670CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8670CD is #798F32. Grayscale: #808080. Windows color (decimal): -7966515 or 13463686. OLE color: 13463686.

HSL color Cylindrical-coordinate representation of color #8670CD: hue angle of 254.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8670CD is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134112205-
CMYK0.350.4500.20
HSL254.19º48.19%62.16%-
HSV(B)254.19º45.37%80.39%-
XYZ26.6521.0660.42-
YUV129.18170.79131.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=29.71%
G=24.83%
B=45.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341122050.350.4500.20254.1948.1962.16
Hex8670CD232D014fe303e
Octal20616031543550243766076
Binary1000011011100001100110110001110110101010011111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8670CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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